clsModGlobal..::..addCommentsToItem Method
Adds the comments to item.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static bool addCommentsToItem( string sConnectionString, string itemID, string userID, DateTime createdOn, string itemKey, string comment, ref string error )
Parameters
- sConnectionString
- Type: String
The s connection string.
- itemID
- Type: String
The item identifier.
- userID
- Type: String
The user identifier.
- createdOn
- Type: DateTime
The created on.
- itemKey
- Type: String
The item key.
- comment
- Type: String
The comment.
- error
- Type: String%
The error.