Click or drag to resize

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
Syntax
C#
public string[] GetPropertyAccess(
	string accessModifierConfigObjectName,
	string scenario
)

Parameters

accessModifierConfigObjectName
Type: SystemString
Name of configuration object
scenario
Type: SystemString
Name of scenario

Return Value

Type: String
Array containing system names of properties allowed to be updated
See Also