Unpublish Script

Build 1501 on 14/Nov/2017  This topic last edited on: 13/Jan/2014, at 12:04

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

UnpublishSel Script