Click or drag to resize
DocumentTypeScopeInfoProviderGetScopeClassWhereConditionInternal Method
Returns the where condition to filter document types allowed in the best fitting scope for given node alias path.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetScopeClassWhereConditionInternal(
	DocumentTypeScopeInfo scope
)

Parameters

scope
Type: CMS.DocumentEngineDocumentTypeScopeInfo
Document type scope

Return Value

Type: String
See Also