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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public ObjectTreeLocation(
params string[] path
)
Parameters
- path
- Type: SystemString
Parts of the path
See Also