MFIdentiferToIDConverterGetIdValue Method

Gets a JSON compatible value from the id.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping.Converters
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public JValue GetIdValue(
	int id
)

Parameters

id  Int32
Structure reference id.

Return Value

JValue
JSON compatible value.

See Also