Click or drag to resize
ObjectTreeLocation Class
Defines a location for an object type within the object tree in the export/import or staging interface.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineObjectTreeLocation

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public class ObjectTreeLocation

The ObjectTreeLocation type exposes the following members.

Constructors
  NameDescription
Public methodObjectTreeLocation
Constructor. Accepts string parameters, each representing a category (level) in the object tree. You can use either the default category constants or custom strings. The tree node containing the objects is added under the final category.
Top
Properties
  NameDescription
Public propertyObjectType
Object type of the actual node.
Public propertyParentPath
Parent path in the object type tree.
Top
See Also