Click or drag to resize
DocumentTypeScopeInfoProviderGetScopesForDocumentType Method
Returns dataset of all document type scopes for specified document type matching the specified parameters.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static ObjectQuery<DocumentTypeScopeInfo> GetScopesForDocumentType(
	int documentTypeId,
	int siteId
)

Parameters

documentTypeId
Type: SystemInt32
Document type identifier
siteId
Type: SystemInt32
Site ID.

Return Value

Type: ObjectQueryDocumentTypeScopeInfo
See Also