IPublishTaskMonitorBuildAssetUrlMapStep Property
|
Gets the step that builds the asset
URL Map.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IStepWithWeight BuildAssetUrlMapStep { get; }
ReadOnly Property BuildAssetUrlMapStep As IStepWithWeight
Get
property IStepWithWeight^ BuildAssetUrlMapStep {
IStepWithWeight^ get ();
}
abstract BuildAssetUrlMapStep : IStepWithWeight with get
Property Value
Type:
IStepWithWeightRemarks Allows access to information concerning the step's current status as well as its properties.
See Also