Unpublish¶
Unpublishes document from all previously published folders and returns current document instance
1 |
|
Unpublishes document from specified folders and returns current document instance.
1 |
|
Parameters¶
string folderPath
Path of folder(s)
Remarks¶
This method changes Document.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.
Example¶
1 2 3 4 |
|