Retrieves a configured value.
A return value of Null indicates that no value has been explicitly configured
for the requested parameter and an appropriate default value for the parameter is
used instead.
Namespace:
FileNet.Api.Util
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Shared Function GetParameter ( _
parameter As ConfigurationParameter _
) As Object |
JavaScript |
---|
FileNet.Api.Util.Configuration.getParameter = function(parameter); |
Return Value
The
Object associated with the requested parameter value. If no value has
been configured for the requested parameter, this method returns
Null.