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)
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("This method has been deprecated.")> _
Public Shared Function GetInstance ( _
domain As IDomain _
) As IVerityDomainConfiguration |
JavaScript |
---|
FileNet.Api.Core.VerityDomainConfiguration.getInstance = function(domain); |
Return Value
A reference to the
IVerityDomainConfiguration object.