MFEnumJsonConverterGetEnumValue Method

Returns the value of an enum by the serializable name.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static Enum GetEnumValue(
	Type enumType,
	string shortName
)

Parameters

enumType  Type
The enum type.
shortName  String
The JSON short name.

Return Value

Enum
JSON name.

See Also