JsonConfFlagConverterConvertFlags Method

Converts a numeric flags value to a corresponding flag object.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public JObject ConvertFlags(
	Type flagType,
	int flags
)

Parameters

flagType  Type
The flags (enum) type.
flags  Int32
The flags value.

Return Value

JObject
Corresponding flag object.

See Also