ObjectTypeTreeNodeRemoveNode Method |
Find the node with matching object type.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public void RemoveNode(
string objectType,
bool siteNode
)
Parameters
- objectType
- Type: SystemString
Object type to find - siteNode
- Type: SystemBoolean
Site node
See Also