Click or drag to resize
ObjectTypeTreeNodeEnsureNode Method
Ensures node with the given relative path

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public ObjectTypeTreeNode EnsureNode(
	string relativePath
)

Parameters

relativePath
Type: SystemString
Relative path

Return Value

Type: ObjectTypeTreeNode
See Also