ITreeContainer Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

When implemented, describes a container item in a container and leaf based data structure.

This interface was added in Content Studio version 5.3.

Namespace: ContentStudio
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public interface ITreeContainer : ITreeItem

The ITreeContainer type exposes the following members.

Properties

  NameDescription
Public propertyContainers
Gets the IContainer objects stored in this ITreeContainer object.
Public propertyLeafs
Gets the leaf items stored in this ITreeContainer object.
Public propertyLevel
Gets the hierarchical level of this ITreeItem.
(Inherited from ITreeItem.)
Public propertyName
Gets the name of the ITreeItem.
(Inherited from ITreeItem.)
Public propertyPathAndName
Gets the name and path of the ITreeItem.
(Inherited from ITreeItem.)
Top
See Also

Reference