Click or drag to resize
DocumentTypeScopeInfoProviderGetScopeInfoInternal Method (Int32)
Returns document type scope with specified ID.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual DocumentTypeScopeInfo GetScopeInfoInternal(
	int scopeId
)

Parameters

scopeId
Type: SystemInt32
Document type scope ID.

Return Value

Type: DocumentTypeScopeInfo
See Also