JsonLookupItemAdaptorResolveID Method

Resolve the id of the current reference.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public int ResolveID(
	Vault vault,
	bool forceRefresh = false
)

Parameters

vault  Vault
The vault to resolve the reference in.
forceRefresh  Boolean  (Optional)
Indicates whether resolution should be retried if the reference has already been resolved.

Return Value

Int32
The resolved id of the reference.

See Also