PublishEventArgsAssets Property
|
Gets the information on
Assets to be published
Namespace:
Ingeniux.CMS.Event
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public AssetPublishInfo[] Assets { get; }
Public ReadOnly Property Assets As AssetPublishInfo()
Get
public:
property array<AssetPublishInfo^>^ Assets {
array<AssetPublishInfo^>^ get ();
}
member Assets : AssetPublishInfo[] with get
Property Value
Type:
AssetPublishInfoSee Also