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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetScopeClassWhereCondition(
	DocumentTypeScopeInfo scope
)

Parameters

scope
Type: CMS.DocumentEngineDocumentTypeScopeInfo
Document type scope

Return Value

Type: String
See Also