IPublishingTaskPages Method
|
Retrieves the information of the
Pages to be published.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IPublishingPageEntry> Pages()
Function Pages As IEnumerable(Of IPublishingPageEntry)
IEnumerable<IPublishingPageEntry^>^ Pages()
abstract Pages : unit -> IEnumerable<IPublishingPageEntry>
Return Value
Type:
IEnumerableIPublishingPageEntryCollection of information on the pages to be published
See Also