MFJsonObjectAdaptorTResolveID Method |
Resolves the id of the of the identifier if the vault object is not null.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxprotected int ResolveID(
MFIdentifier mfId,
Type type,
Vault vault
)
Parameters
- mfId
- Type: MFiles.VAF.ConfigurationMFIdentifier
The MFIdentifier to resolve. - type
- Type: SystemType
The type to resolve the MFIdentifer as. - vault
- Type: Vault
The vault instance to use for MFIdentifer resolution.
Return Value
Type:
Int32The resolved id.
See Also