AssetWorkflowAdvanceEventArgsAsset Property
|
Gets the Asset that is advancing in workflow
Namespace: Ingeniux.CMS.EventAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxpublic IAsset Asset { get; }Public ReadOnly Property Asset As IAsset
Get
public:
property IAsset^ Asset {
IAsset^ get ();
}member Asset : IAsset with get
Property Value
IAsset
See Also