JsonLookupItemAdaptorGetReference Method

Gets the reference if it matches the passed type, otherwise null.

Definition

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

Parameters

structureType  MFMetadataStructureItem
The desired reference type.

Return Value

MFIdentifier
The reference if it matches the passed type, otherwise null.

See Also