Click or drag to resize
CMSDocumentManagerApproveDocument Method
Approves document.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public void ApproveDocument(
	int stepId,
	string comment
)

Parameters

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

Implements

ICMSDocumentManagerApproveDocument(Int32, String)
See Also