Click or drag to resize

PagePublishInfo Class


Information of a single Page 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 PagePublishInfo : ContentPublishInfo

The PagePublishInfo type exposes the following members.

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