Click or drag to resize

ICategoryNode Properties


The ICategoryNode type exposes the following members.

Properties
  Name Description
Public property Archived Gets/sets the archived value of this entity
(Inherited from IEntity)
Public property AssetIds Gets the IDs of all the assets associated with this CategoryNode.
Public property ContentItemIds Gets the IDs of all the content items associated with this CategoryNode.
Public property Created Gets the entity's creation date.
(Inherited from IEntity)
Public property CreationLocale Gets the locale under which this category node was created.
Public property CreationUser Gets the ID of the User who created this entity.
(Inherited from IEntity)
Public property CurrentLocale Gets the current operating locale.
Public property Description Gets and sets the description of this CategoryNode.
Public property ExternalID Gets and sets the ExternalID of this CategoryNode.
Public property Hierarchy Gets the hierarchy value of this CategoryNode.
Public property LastModified Gets the date when the entity was most recently modified.
(Inherited from IEntity)
Public property LastModifiedUser Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity)
Public property Manager Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager)
Public property OriginalDescription Gets the description of this CategoryNode in its native creation locale.
Public property OriginalName Gets the name of this CategoryNode in its native creation locale.
Public property OriginalTypeName Gets the type name of this CategoryNode in its native creation locale.
Public property PageIds Gets the IDs of all the pages associated with this CategoryNode.
Public property ParentId Gets the ID of this CategoryNode's parent node.
Public property PermissionInherited Gets and sets this CategoryNode's permission if it is inherited from its parent node.
Public property Session Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity)
Public property SessionId Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity)
Public property SiblingPosition Gets the position of this CategoryNode's sibling. 1.0 if this node has no siblings.
Public property Translated Checks if this CategoryNode has translation under CurrentLocale
Public property Code example TypeName Gets and sets the name of the category type under the current locale.
Top
See Also