Click or drag to resize

VaultOnlineShareRecordWithUser Method

Shares a record with a user

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public Task ShareRecordWithUser(
	string recordUid,
	string username,
	bool? canReshare,
	bool? canEdit
)

Parameters

recordUid  String
Record UID.
username  String
User account email
canReshare  NullableBoolean
Can record be re-shared
canEdit  NullableBoolean
Can record be modified

Return Value

Task
Awaitable task.

Implements

IVaultShareRecordWithUser(String, String, NullableBoolean, NullableBoolean)
Exceptions
See Also