Click or drag to resize
DocumentTypeScopeInfoProviderGetScopeClassWhereCondition Method (TreeNode)
Returns the where condition to filter document types allowed in scope.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetScopeClassWhereCondition(
	TreeNode node
)

Parameters

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

Return Value

Type: String
See Also