IPublishTaskMonitorPagePublishingStep Property
|
Gets the step that performs a
Page's publish.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IContentItemPublishStep PagePublishingStep { get; }
ReadOnly Property PagePublishingStep As IContentItemPublishStep
Get
property IContentItemPublishStep^ PagePublishingStep {
IContentItemPublishStep^ get ();
}
abstract PagePublishingStep : IContentItemPublishStep with get
Property Value
Type:
IContentItemPublishStepRemarks Allows access to information concerning the pages to be published in this step and the step's current progress.
See Also