AudiencesFilter(String, Guid, Boolean, Boolean, Boolean) Method

Definition

Namespace: Centralpoint.Web.Cms
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static string Filter(
	string tableName,
	Guid audienceId,
	bool current,
	bool ancestors,
	bool descendants
)

Parameters

tableName  String
 
audienceId  Guid
 
current  Boolean
 
ancestors  Boolean
 
descendants  Boolean
 

Return Value

String

See Also