Initializes and configures the client API. Initialization is optional; if called,
it may only be called once per period (a "period" being the life of the client process).
Namespace:
FileNet.Api.Util
Assembly:
FileNet.Api (in FileNet.Api.dll)
JavaScript |
---|
FileNet.Api.Util.Configuration.init = function(parameters); |
Parameters
- parameters
- Type: FileNet.Api.Util..::.ConfigurationParameters
Configuration values to set on initialization. The API is first configured
internally. The parameter values specified on this call, if any, override the
values from the internal initialization and configuration.