KeywordListsAddToKeywordList(Guid, String, String, DateTime, DateTime, Guid) 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 AddToKeywordList(
	Guid keywordListId,
	string text,
	string value,
	DateTime createDate,
	DateTime modifyDate,
	Guid keywordId
)

Parameters

keywordListId  Guid
 
text  String
 
value  String
 
createDate  DateTime
 
modifyDate  DateTime
 
keywordId  Guid
 

See Also