| ConfigurationObjectControllerGetConfigurationData Method (String, Boolean) |
Returns the configuration xml stored in a configuration data object.
The method caches the configuration xml for one hour.
The security model is respected.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic virtual string GetConfigurationData(
string configObjectName,
bool throwIfNotFound = false
)
Parameters
- configObjectName
- Type: SystemString
Name of a configuration data object (case-insensitive).
- throwIfNotFound (Optional)
- Type: SystemBoolean
Return Value
Type:
String
Returns the configuration xml stored in the configuration data object.
See Also