Click or drag to resize
CMSDocumentManagerRejectDocument Method (Int32, String)
Rejects 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 RejectDocument(
	int historyId,
	string comment
)

Parameters

historyId
Type: SystemInt32
Workflow history ID (optional)
comment
Type: SystemString
Comment

Implements

ICMSDocumentManagerRejectDocument(Int32, String)
See Also