Interface IVaultService
Summary description for IVaultService.
Namespace: ImageVault.Core.Common.Services
Assembly: ImageVault.Core.dll
Syntax
public interface IVaultService
Methods
CleanUpDeletedVaults()
Cleans up deleted vaults
Declaration
void CleanUpDeletedVaults()
GetVaultAccessForUser(IUser, Int32)
Retrieves the role for the supplied user and Vault
Declaration
VaultRoles GetVaultAccessForUser(IUser user, int vaultId)
Parameters
| Type | Name | Description |
|---|---|---|
| IUser | user | The User to get the role for |
| System.Int32 | vaultId | The id of the Vault |
Returns
| Type | Description |
|---|---|
| VaultRoles | The assigned VaultRoles for the user |