IPublishingTaskPages Method
|
Retrieves the information of the
Pages to be published.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<IPublishingPageEntry> Pages()
Function Pages As IEnumerable(Of IPublishingPageEntry)
IEnumerable<IPublishingPageEntry^>^ Pages()
abstract Pages : unit -> IEnumerable<IPublishingPageEntry>
Return Value
IEnumerableIPublishingPageEntryCollection of information on the
page entries to be published
See Also