TypedValueJAToApiObject Method (Vault, Boolean) |
Converts this JsonCompatible object to an equivalent API object.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic TypedValue ToApiObject(
Vault vault,
bool negateGroups
)
Public Function ToApiObject (
vault As Vault,
negateGroups As Boolean
) As TypedValue
public:
TypedValue^ ToApiObject(
Vault^ vault,
bool negateGroups
)
Parameters
- vault
- Type: Vault
A vault instance used to resolve aliases or guids referenced in the adaptor object. - negateGroups
- Type: SystemBoolean
For instances where user and group lookups are intermixed, the group values should be negated.
Return Value
Type:
TypedValueAn API object instance.
See Also