Click or drag to resize
DocumentTypeScopeInfoProviderGetScopes Method (String, String, Int32, String)
Returns dataset of all document type scopes matching the specified parameters.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<DocumentTypeScopeInfo> GetScopes(
	string where,
	string orderBy = null,
	int topN = 0,
	string columns = null
)

Parameters

where
Type: SystemString
Where condition.
orderBy (Optional)
Type: SystemString
Order by expression.
topN (Optional)
Type: SystemInt32
Number of records to be selected.
columns (Optional)
Type: SystemString
Columns to be selected.

Return Value

Type: ObjectQueryDocumentTypeScopeInfo
See Also