JsonLookupItemAdaptorResolveID Method |
Resolve the id of the current reference.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic int ResolveID(
Vault vault,
bool forceRefresh = false
)
Public Function ResolveID (
vault As Vault,
Optional forceRefresh As Boolean = false
) As Integer
public:
int ResolveID(
Vault^ vault,
bool forceRefresh = false
)
Parameters
- vault
- Type: Vault
The vault to resolve the reference in. - forceRefresh (Optional)
- Type: SystemBoolean
Indicates whether resolution should be retried if the reference has already been resolved.
Return Value
Type:
Int32The resolved id of the reference.
See Also