Click or drag to resize

AssetPublishInfo Class


Information of a single Asset to be published
Inheritance Hierarchy

Namespace:  Ingeniux.CMS.Event
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public class AssetPublishInfo : ContentPublishInfo

The AssetPublishInfo type exposes the following members.

Constructors
  NameDescription
Public methodAssetPublishInfo
Initializes a new instance of the AssetPublishInfo class
Top
Properties
  NameDescription
Public propertyAssetId
Gets the unique id of the Asset to be published
Public propertyFilePath
Gets the path of file published
(Inherited from ContentPublishInfo.)
Public propertyPublishVersion
Gets the version of the Content to be published
(Inherited from ContentPublishInfo.)
Top
See Also