Click or drag to resize

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.5.94
Syntax
IEnumerable<IPublishingTask> PendingPublishes()

Return Value

Type: IEnumerableIPublishingTask
Collection of pending Publishing Tasks from this Publishing Target.
See Also