MFIdentifier_Resolve Method |
Internal resolving method.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxprotected bool _Resolve(
Vault vault
)
Protected Function _Resolve (
vault As Vault
) As Boolean
protected:
bool _Resolve(
Vault^ vault
)
Parameters
- vault
- Type: Vault
The vault where to resolve.
Return Value
Type:
Booleantrue if handled, false is nothing done.
See Also