JsonLookupItemAdaptorSetReference Method

Set this objects reference to the type and value passed.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public void SetReference(
	MFMetadataStructureItem structureType,
	MFIdentifier value
)

Parameters

structureType  MFMetadataStructureItem
The reference value's structure type.
value  MFIdentifier
The reference value.

See Also