Returns the originating "scope" (enclosing context) of this ClassDescription object. For more information about ClassDescription scope, see the IScope interface description.

Namespace:  FileNet.Api.Meta
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Function GetScope As IScope
C#
IScope GetScope()
Visual C++
IScope^ GetScope()
JavaScript
function getScope();

Return Value

A Scope object.

ToggleSee Also