Skip to content

Document.Unpublish

Overview

Document Document.Unpublish ( [ folderPath ] )
Unpublishes document from specified folders and returns current document instance.

Arguments

String folderPath Path of folder(s)

Remarks

This method changes State property to "Draft" and saves document.

If folderPath is specified, document is removed from specified folders. Path can be specified as full path. Non existing folders are ignored.

Examples

See Also