IPublishingTargetPendingPublishes Method
|
Retrieves the collection of pending
Publishing Tasks issued by this Publishing Target.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IPublishingTask> PendingPublishes()
Function PendingPublishes As IEnumerable(Of IPublishingTask)
IEnumerable<IPublishingTask^>^ PendingPublishes()
abstract PendingPublishes : unit -> IEnumerable<IPublishingTask>
Return Value
Type:
IEnumerableIPublishingTaskCollection of pending Publishing Tasks from this Publishing Target.
See Also