CommentsAddToBatch Method
Namespace: Centralpoint.Web.CmsAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
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
)
Public Sub AddToBatch (
commentId As Guid,
dataId As Guid,
userId As Guid,
userName As String,
userEmail As String,
userIP As String,
origin As String,
comment As String,
isApproved As Boolean?,
approvedBy As Guid,
approvedDate As DateTime,
isEnabled As Boolean,
createDate As DateTime,
modifyDate As DateTime
)
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
-