Click or drag to resize
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.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual TreeNodeDataSet 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: TreeNodeDataSet
See Also