Given a Universal Resource Identity (URI), and configuration parameters,
creates and returns a new Connection object with a copy of the
caller's parameters. Changes to the caller's parameters are not reflected
in the new connection. The Connection object represents a logical
connection to a FileNet P8 domain.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
JavaScript |
---|
FileNet.Api.Core.Connection.getConnection = function(uri, parameters); |
Parameters
- uri
- Type: System..::.String
The URI for this connection. For more information, see
GetURI.
- parameters
- Type: FileNet.Api.Util..::.ConfigurationParameters
A ConfigurationParameters instance
specifying the configuration parameters for this connection.