MetadataStructureValidatorGetReferenceAsIdentifier Method

Return value of given reference and handle a few special cases.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
protected MFIdentifier GetReferenceAsIdentifier(
	Object reference,
	VaultElementReferenceAttribute attribute
)

Parameters

reference  Object
Reference.
attribute  VaultElementReferenceAttribute
Attribute of the reference.

Return Value

MFIdentifier
Reference as MFIdentifier.

See Also