Click or drag to resize
ICMSDocumentManagerRejectDocument Method
Rejects document

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
void RejectDocument(
	int historyId,
	string comment
)

Parameters

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