TreeProviderGetOriginalNode Method |
Returns the original node for given link node in specified culture.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public virtual TreeNode GetOriginalNode(
TreeNode node,
string cultureCode = null
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Tree node - cultureCode (Optional)
- Type: SystemString
Culture code
Return Value
Type:
TreeNodeSee Also