AudiencesAdd(Guid, Guid, String, String, String, String, String, String, DateTime, DateTime, ListGuid, ListGuid, ListGuid, String) Method

Definition

Namespace: Centralpoint.Web.Cms
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void Add(
	Guid audienceId,
	Guid parentAudienceId,
	string systemName,
	string path,
	string name,
	string description,
	string integrationId,
	string propertiesXml,
	DateTime createDate,
	DateTime modifyDate,
	List<Guid> navItems,
	List<Guid> keywordLists,
	List<Guid> ancestors,
	string geoCode
)

Parameters

audienceId  Guid
 
parentAudienceId  Guid
 
systemName  String
 
path  String
 
name  String
 
description  String
 
integrationId  String
 
propertiesXml  String
 
createDate  DateTime
 
modifyDate  DateTime
 
navItems  ListGuid
 
keywordLists  ListGuid
 
ancestors  ListGuid
 
geoCode  String
 

See Also