TreeNodeCollectionGetObjectByNameInternal Method |
Gets the object by its name, internal representation that gets data from database
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected override TreeNode GetObjectByNameInternal(
string name
)
Parameters
- name
- Type: SystemString
Name of the object
Return Value
Type:
TreeNodeSee Also