Click or drag to resize

VaultOnlineCancelSharesWithUser Method

Cancels all shares with a user.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public Task CancelSharesWithUser(
	string username
)

Parameters

username  String
User account email.

Return Value

Task
Awaitable task.

Implements

IVaultCancelSharesWithUser(String)
Exceptions
ExceptionCondition
KeeperApiException
See Also