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.6.492
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
 NameDescription
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertyMarkedPublishingTargets Gets the marked Publishing Target and marking version
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Public propertyUnmarkedPublishingTargets Gets the unmarked Publishing Targets
Top
Fields
 NameDescription
Public fieldRecursive Whether the action is recursive
(Inherited from AssetRecursiveEventArgs)
Top
See Also