SecuritySettingsTConfigEnforceSecurityAttribute(SecurityAttributeUserLevel, JObject, JObject) Method

Performs a security check to the configuration.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public string EnforceSecurityAttribute(
	SecurityAttributeUserLevel userLevel,
	JObject oldJson,
	ref JObject newJson
)

Parameters

userLevel  SecurityAttributeUserLevel
The user security level.
oldJson  JObject
Old/existing configuration as JObject.
newJson  JObject
The new configuration as JObject.

Return Value

String
Security checked and possibly modified configuration.

See Also