Click or drag to resize

ICategoryNode Properties


The ICategoryNode type exposes the following members.

Properties
  NameDescription
Public propertyArchived
Gets/sets the archived value of this entity
(Inherited from IEntity.)
Public propertyAssetIds
Gets the IDs of all the assets associated with this CategoryNode.
Public propertyContentItemIds
Gets the IDs of all the content items associated with this CategoryNode.
Public propertyCreated
Gets the entity's creation date.
(Inherited from IEntity.)
Public propertyCreationLocale
Gets the locale under which this category node was created.
Public propertyCreationUser
Gets the ID of the User who created this entity.
(Inherited from IEntity.)
Public propertyCurrentLocale
Gets the current operating locale.
Public propertyDescription
Gets and sets the description of this CategoryNode.
Public propertyExternalID
Gets and sets the ExternalID of this CategoryNode.
Public propertyHierarchy
Gets the hierarchy value of this CategoryNode.
Public propertyLastModified
Gets the date when the entity was most recently modified.
(Inherited from IEntity.)
Public propertyLastModifiedUser
Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity.)
Public propertyManager
Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager.)
Public propertyOriginalDescription
Gets the description of this CategoryNode in its native creation locale.
Public propertyOriginalName
Gets the name of this CategoryNode in its native creation locale.
Public propertyOriginalTypeName
Gets the type name of this CategoryNode in its native creation locale.
Public propertyPageIds
Gets the IDs of all the pages associated with this CategoryNode.
Public propertyParentId
Gets the ID of this CategoryNode's parent node.
Public propertyPermissionInherited
Public propertySession
Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity.)
Public propertySessionId
Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity.)
Public propertySiblingPosition
Gets the position of this CategoryNode's sibling. 1.0 if this node has no siblings.
Public propertyTranslated
Checks if this CategoryNode has translation under CurrentLocale
Public propertyCode exampleTypeName
Gets and sets the name of the category type under the current locale.
Top
See Also