ObjectTypeTreeNodeGetObjectTypes Method |
Returns all object types of given node or child tree separated by semicolon.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public string GetObjectTypes(
bool childNodes
)
Parameters
- childNodes
- Type: SystemBoolean
Indicates if child object types should be included
Return Value
Type:
StringString of object types separated by semicolon
See Also