Click or drag to resize
ObjectTreeLocation Constructor
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.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public ObjectTreeLocation(
	params string[] path
)

Parameters

path
Type: SystemString
Parts of the path
See Also