IPublishTaskMonitorAssetPublishingStep Property
|
Gets the step that performs a
Asset's publish.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIContentItemPublishStep AssetPublishingStep { get; }ReadOnly Property AssetPublishingStep As IContentItemPublishStep
Get
property IContentItemPublishStep^ AssetPublishingStep {
IContentItemPublishStep^ get ();
}abstract AssetPublishingStep : IContentItemPublishStep with get
Property Value
IContentItemPublishStep
RemarksAllows access to information concerning the assets to be published in this step and the step's current progress.
See Also