JsonLookupItemAdaptorGetReference Method |
Gets the reference if it matches the passed type, otherwise null.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic MFIdentifier GetReference(
MFMetadataStructureItem structureType
)
Public Function GetReference (
structureType As MFMetadataStructureItem
) As MFIdentifier
public:
MFIdentifier^ GetReference(
MFMetadataStructureItem structureType
)
Parameters
- structureType
- Type: MFMetadataStructureItem
The desired reference type.
Return Value
Type:
MFIdentifierThe reference if it matches the passed type, otherwise null.
See Also