Description
Execute unpublish workflow, removing selected objects from the publishing destination.
Syntax
UnPublish |
Code
Public Overridable Sub Unpublish()
ExecuteWorkflowOnObjects("wf=publish&pars=action:remove;prompt:true;title:UnPublish", Nothing)
End Sub
See also