Click or drag to resize
DocumentTypeScopeInfoProviderGetScopeInfo Method (Int32)

Note: This API is now obsolete.

Returns document type scope with specified ID.

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

Parameters

scopeId
Type: SystemInt32
Document type scope ID.

Return Value

Type: DocumentTypeScopeInfo
See Also