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)

Syntax

Visual Basic (Declaration)
Public Shared Function GetInstance( _ 
   ByVal domain As IDomain _ 
) As IVerityDomainConfiguration
C#
public static IVerityDomainConfiguration GetInstance(
   IDomain domain
)
C++
public:
 static IVerityDomainConfiguration GetInstance(
   IDomain domain
)
J#
public static IVerityDomainConfiguration GetInstance(
   IDomain domain
)
JScript
public static  function GetInstance(
   domain : IDomain
) : IVerityDomainConfiguration

Parameters

domain
The FileNet P8 domain for which this instance is scoped.

Return Value

A reference to the IVerityDomainConfiguration object.

See Also