PasswordRecordDeleteCustomField Method |
Deletes a custom field.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public ICustomField DeleteCustomField(
string name
)
Parameters
- name String
- Custom field Name.
Return Value
ICustomFieldDeleted custom field or
null is it was not found.
See Also