Exago .NET API Documentation
Option Method
WebReports.Api.ReportMgmt Namespace > StorageMgmtConfig Class : Option Method
The name (key) of the option in the dictionary to set. See the table of keys under "option" in the Config File XML Reference for a list and description of the built-in keys. Custom keys may also be used.
If no value for key can be found, this method will return this value, which is null be default.

Retrieve a Storage Management Options collection value.

There is a dictionary of options passed around the Storage Management system that stores pertinent information for the database, but additional key-value pairs can be added.

Syntax
public System.string Option( 
   System.string key,
   System.string defaultValue
)

Parameters

key
The name (key) of the option in the dictionary to set. See the table of keys under "option" in the Config File XML Reference for a list and description of the built-in keys. Custom keys may also be used.
defaultValue
If no value for key can be found, this method will return this value, which is null be default.

Return Value

The string representing the value of the requested key. If no value for key can be found, the defaultValue will be returned.
See Also

Reference

StorageMgmtConfig Class
StorageMgmtConfig Members