Click or drag to resize
ObjectTypeTreeNodeGetObjectTypes Method
Returns all object types of given node or child tree separated by semicolon.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public string GetObjectTypes(
	bool childNodes
)

Parameters

childNodes
Type: SystemBoolean
Indicates if child object types should be included

Return Value

Type: String
String of object types separated by semicolon
See Also