| ConfigurationObjectControllerGetConfigurationData Method (Guid) |
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(
Guid configObjectUId
)
Parameters
- configObjectUId
- Type: SystemGuid
UId of a configuration data object.
Return Value
Type:
String
Returns the configuration xml stored in the configuration data object.
See Also