Creates a new instance of the VerityServerConfiguration class. The created object is a dependent object and is only persisted when its parent (the independently persistable object that references it) is persisted.

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

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.2.0.")> _
Public Shared Function CreateInstance As IVerityServerConfiguration
C#
[ObsoleteAttribute("As of release 5.2.0.")]
public static IVerityServerConfiguration CreateInstance()
Visual C++
[ObsoleteAttribute(L"As of release 5.2.0.")]
public:
static IVerityServerConfiguration^ CreateInstance()
JavaScript
FileNet.Api.Core.VerityServerConfiguration.createInstance = function();

Return Value

An object reference to a new instance of this class.

ToggleSee Also