M-Files API 23.11.13135.0
RemoveNamedValues Method
VaultNamedValueStorageOperations Object : RemoveNamedValues Method
The recommended namespace convention follows the Java or .Net package naming convention, e.g., mycompany.myapp.myfeature.
A collection of value names to be removed.
Description
Deletes the specified named values from the vault.
Syntax
Visual Basic
Public Sub RemoveNamedValues( _
   ByVal NamedValueType As MFNamedValueType, _
   ByVal Namespace As String, _
   ByVal NamedValueNames As Strings _
) 
Parameters
NamedValueType
ValueDescription
MFAdminConfigurationConfiguration value type (admin-readable/admin-writable).
MFConfigurationValueConfiguration value type (user readable/admin writable. Writing requires 'change metadata structure' permission).
MFFolderConfigurationConfiguration value type (user readable/admin writable. Writing requires 'manage common views' permission).
MFPrivateUserDefinedValueConfiguration value type for private user data (user readable/writable).
MFRegistryValueRegistry based value type (user readable).
MFSystemAdminConfigurationConfiguration value type (admin-readable/system admin writable).
MFUserDefinedValueUser defined value type (user readable/writable).
Namespace
The recommended namespace convention follows the Java or .Net package naming convention, e.g., mycompany.myapp.myfeature.
NamedValueNames
A collection of value names to be removed.
Return Type
Returns silently even when trying to remove non-existent values.
See Also

VaultNamedValueStorageOperations Object  | VaultNamedValueStorageOperations Members