| AccessModifierHelperGetPropertyAccess Method |
Get an array containing properties which can be updated for a specific scenario declared in a AccessModifierConfig configuration object XML
Namespace:
Omada.OE.AppLogic.Helpers
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic string[] GetPropertyAccess(
string accessModifierConfigObjectName,
string scenario
)
Parameters
- accessModifierConfigObjectName
- Type: SystemString
Name of configuration object - scenario
- Type: SystemString
Name of scenario
Return Value
Type:
StringArray containing system names of properties allowed to be updated
See Also