LookupsJAToApiObject(Vault, Boolean) Method

Converts this JsonCompatible object to an equivalent API object.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public Lookups ToApiObject(
	Vault vault,
	bool negateGroups
)

Parameters

vault  Vault
A vault instance used to resolve aliases or guids referenced in the adaptor object.
negateGroups  Boolean
For instances where user and group lookups are intermixed, the group values should be negated.

Return Value

Lookups
An API object instance.

See Also