Click or drag to resize
ICMSDocumentManagerApproveDocument Method
Approves document.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
void ApproveDocument(
	int stepId,
	string comment
)

Parameters

stepId
Type: SystemInt32
Workflow step ID (optional)
comment
Type: SystemString
Comment
See Also