Click or drag to resize

AssetRecursiveEventArgs Class


Event arguments that capture a resurive action on a Asset or a 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 AssetRecursiveEventArgs : EntityEventArgs<IAssetItem>

The AssetRecursiveEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodAssetRecursiveEventArgs
Initializes a new instance of the AssetRecursiveEventArgs class
Top
Properties
Fields
  NameDescription
Public fieldRecursive
Whether the action is recursive
Top
See Also