TreeProviderSelectNodes Method (Int32, String, String) |
Returns nodes specified by node ID, culture and site name. Multiple nodes are returned if ALL_CULTURES passed in cultureCode parameter. Does not select coupled data.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public virtual InfoDataSet<TreeNode> SelectNodes(
int nodeId,
string cultureCode,
string siteName
)
Parameters
- nodeId
- Type: SystemInt32
Node ID - cultureCode
- Type: SystemString
Document culture - if null or empty string passed, ALL_CULTURES constant is used instead. - siteName
- Type: SystemString
Site name
Return Value
Type:
InfoDataSetTreeNodeSee Also