Click or drag to resize
DocumentTypeScopeInfoProviderGetScopes Method

Note: This API is now obsolete.

Gets the query for all scopes.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IDocumentTypeScopeInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - DocumentTypeScopeInfo.Provider.")]
public static ObjectQuery<DocumentTypeScopeInfo> GetScopes()

Return Value

Type: ObjectQueryDocumentTypeScopeInfo
See Also