Click or drag to resize

TaxonomyRelocateEventArgs Class


Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsICategoryNode
      Ingeniux.CMS.EventTaxonomyRelocateEventArgs

Namespace: Ingeniux.CMS.Event
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public class TaxonomyRelocateEventArgs : EntityEventArgs<ICategoryNode>

The TaxonomyRelocateEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodTaxonomyRelocateEventArgsInitializes a new instance of the TaxonomyRelocateEventArgs class
Top
Properties
 NameDescription
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Public propertyTargetParent Gets the target Asset Folder where the Asset Item or Items are moving to
Top
See Also