MFJsonObjectAdaptorTResolveID Method

Resolves the id of the of the identifier if the vault object is not null.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
protected int ResolveID(
	MFIdentifier mfId,
	Type type,
	Vault vault
)

Parameters

mfId  MFIdentifier
The MFIdentifier to resolve.
type  Type
The type to resolve the MFIdentifer as.
vault  Vault
The vault instance to use for MFIdentifer resolution.

Return Value

Int32
The resolved id.

See Also