Click or drag to resize

IVaultFileAttachmentDeleteAttachment Method

Deletes file attachment.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
Task<bool> DeleteAttachment(
	KeeperRecord record,
	string attachmentId
)

Parameters

record  KeeperRecord
Keeper record.
attachmentId  String
Attachment ID

Return Value

TaskBoolean
Awaitable task.
See Also