Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Vault
VaultOnline Class
VaultOnline Methods
AddSecretManagerClient Method
AuditLogRecordCopyPassword Method
AuditLogRecordOpen Method
CancelSharesWithUser Method
ChangeRecordInSharedFolder Method
CreateFolder Method
CreateRecord Method
CreateSecretManagerApplication Method
DeleteAttachment Method
DeleteFolder Method
DeleteRecords Method
DeleteSecretManagerApplication Method
DeleteSecretManagerClient Method
DownloadAttachment Method
GetConfiguration Method
GetRecordHistory Method
GetSecretManagerApplication Method
GetSharesForRecords Method
GetTeamsForShare Method
GetUserPublicKeys Method
GetUsersForShare Method
MoveFolder Method
MoveRecords Method
PutUserToSharedFolder Method
RecordAttachments Method
RemoveUserFromSharedFolder Method
RenameFolder Method
RevokeShareFromUser Method
ScheduleSyncDown Method
SendShareInvitationRequest Method
ShareRecordWithUser Method
ShareToSecretManagerApplication Method
StoreNonSharedData<T> Method
SyncDown Method
TransferRecordToUser Method
UnshareFromSecretManagerApplication Method
UpdateFolder Method
UpdateRecord Method
UpdateRecords Method
UploadAttachment Method
Vault
Online
Delete
Attachment Method
Deletes file attachment.
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
Task
<
bool
>
DeleteAttachment
(
KeeperRecord
record
,
string
attachmentId
)
Parameters
record
KeeperRecord
Keeper record.
attachmentId
String
Attachment ID
Return Value
Task
Boolean
Awaitable task.
Implements
IVaultFileAttachment
DeleteAttachment(KeeperRecord, String)
See Also
Reference
VaultOnline Class
KeeperSecurity.Vault Namespace