Click or drag to resize
DocumentTypeScopeInfoProviderGetScopeInfoInternal Method (TreeNode)
Returns the best fitting document type scope for specified node alias path.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual DocumentTypeScopeInfo GetScopeInfoInternal(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node under which is created a new document

Return Value

Type: DocumentTypeScopeInfo
See Also