Click or drag to resize
IHierarchicalObject Interface
Interface for the hierarchically accessible object. This object provides the properties to access its connected objects.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public interface IHierarchicalObject : INameIndexable

The IHierarchicalObject type exposes the following members.

Properties
  NameDescription
Public propertyItem
String indexer, gets or sets the value with the specified name
(Inherited from INameIndexable.)
Public propertyProperties
Properties of the object available through GetProperty.
Top
Methods
  NameDescription
Public methodGetProperty
Returns property with given name (either object or property value).
Public methodTryGetProperty
Returns property with given name (either object or property value).
Top
See Also