Click or drag to resize

AssetPublishInfo Class


Information of a single Asset to be published
Inheritance Hierarchy
SystemObject
  Ingeniux.CMS.EventContentPublishInfo
    Ingeniux.CMS.EventAssetPublishInfo

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

The AssetPublishInfo type exposes the following members.

Constructors
 NameDescription
Public methodAssetPublishInfoInitializes 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