AudiencesUpdateLookupTableAddAudienceRow Method

Definition

Namespace: Centralpoint.Web.Cms
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
private static void UpdateLookupTableAddAudienceRow(
	DataTable dt,
	Guid id,
	Guid audienceId,
	bool isCda,
	bool isConsole
)

Parameters

dt  DataTable
 
id  Guid
 
audienceId  Guid
 
isCda  Boolean
 
isConsole  Boolean
 

See Also