Click or drag to resize

AssetMarkForPublishEventArgs Class


Event arguments that capture the "Mark/unmark for publish" action of a Asset or Asset Folder.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIAssetItem
      Ingeniux.CMS.EventAssetRecursiveEventArgs
        Ingeniux.CMS.EventAssetMarkForPublishEventArgs

Namespace:  Ingeniux.CMS.Event
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public class AssetMarkForPublishEventArgs : AssetRecursiveEventArgs

The AssetMarkForPublishEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodAssetMarkForPublishEventArgs
Initializes a new instance of the AssetMarkForPublishEventArgs class
Top
Properties
Fields
  NameDescription
Public fieldRecursive
Whether the action is recursive
(Inherited from AssetRecursiveEventArgs.)
Top
See Also