Click or drag to resize
DocumentTypeScopeInfoProviderGetScopeInfo 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: 8.2.23
Syntax
C#
public static DocumentTypeScopeInfo GetScopeInfo(
	TreeNode node
)

Parameters

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

Return Value

Type: DocumentTypeScopeInfo
See Also