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.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax 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:
NodeTypeSee Also