CommentsAddToBatch 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 AddToBatch(
	Guid commentId,
	Guid dataId,
	Guid userId,
	string userName,
	string userEmail,
	string userIP,
	string origin,
	string comment,
	bool? isApproved,
	Guid approvedBy,
	DateTime approvedDate,
	bool isEnabled,
	DateTime createDate,
	DateTime modifyDate
)

Parameters

commentId  Guid
 
dataId  Guid
 
userId  Guid
 
userName  String
 
userEmail  String
 
userIP  String
 
origin  String
 
comment  String
 
isApproved  NullableBoolean
 
approvedBy  Guid
 
approvedDate  DateTime
 
isEnabled  Boolean
 
createDate  DateTime
 
modifyDate  DateTime
 

See Also