AssetWorkflowAdvanceEventArgsAsset Property
|
Gets the Asset that is advancing in workflow
Namespace:
Ingeniux.CMS.Event
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public IAsset Asset { get; }
Public ReadOnly Property Asset As IAsset
Get
public:
property IAsset^ Asset {
IAsset^ get ();
}
member Asset : IAsset with get
Property Value
Type:
IAssetSee Also