Gets a VerityDomainConfiguration object based on the domain specified. This method does not verify the existence of the requested object on the server; it simply returns a local reference without making a round-trip to the server. The local reference is not affiliated with an object of this class type until you perform a function on the object that causes a round-trip to the Content Engine Server (for example, get a property value).

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

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("This method has been deprecated.")> _
Public Shared Function GetInstance ( _
	domain As IDomain _
) As IVerityDomainConfiguration
C#
[ObsoleteAttribute("This method has been deprecated.")]
public static IVerityDomainConfiguration GetInstance(
	IDomain domain
)
Visual C++
[ObsoleteAttribute(L"This method has been deprecated.")]
public:
static IVerityDomainConfiguration^ GetInstance(
	IDomain^ domain
)
JavaScript
FileNet.Api.Core.VerityDomainConfiguration.getInstance = function(domain);

Parameters

domain
Type: FileNet.Api.Core..::.IDomain
The FileNet P8 domain for which this instance is scoped.

Return Value

A reference to the IVerityDomainConfiguration object.

ToggleSee Also