Click or drag to resize
CMSDocumentManagerArchiveDocument Method
Archives 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 ArchiveDocument(
	int stepId,
	string comment
)

Parameters

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

Implements

ICMSDocumentManagerArchiveDocument(Int32, String)
See Also