VaultMobileSDK  18R3
iOS framework for Vault API
VEVVaultServerDocumentsSearchRequest.h
Go to the documentation of this file.
1 
7 NS_ASSUME_NONNULL_BEGIN
8 
12 
25 - (instancetype )initWithKeywords:(NSArray<NSString *> * _Nullable)keywords vault:(VEVVault*)vault parameters:(NSDictionary* _Nullable)parameters;
26 @end
27 NS_ASSUME_NONNULL_END
Instances of this class may be instantiated directly in order to invoke arbitrary Vault endpoints...
Definition: VEVVaultServerRequest.h:16
A class that wraps the Documents search Vault API endpoint.
Definition: VEVVaultServerDocumentsSearchRequest.h:11
An object type that refers to a particular Vault. VEVVaultAuth::currentUser tracks the authenticated ...
Definition: VEVVaultAuth.h:22