Click or drag to resize
TreeProviderSelectSingleNodeNodeType Method (Guid, String, String, Boolean)
Returns single node specified by node GUID, culture and site name. Does not include the coupled data.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual NodeType SelectSingleNode<NodeType>(
	Guid nodeGuid,
	string cultureCode,
	string siteName,
	bool combineWithDefaultCulture
)
where NodeType : new(), TreeNode

Parameters

nodeGuid
Type: SystemGuid
Node GUID
cultureCode
Type: SystemString
Culture code
siteName
Type: SystemString
Site name
combineWithDefaultCulture
Type: SystemBoolean
Indicates whether node in default culture should be returned if node in specified culture was not found.

Type Parameters

NodeType

Return Value

Type: NodeType
See Also