M-Files API 23.11.13135.0
SetNamedValues Method
VaultNamedValueStorageOperations Object : SetNamedValues Method
The recommended namespace convention follows the Java or .Net package naming convention, e.g., mycompany.myapp.myfeature.
A collection of named values to be set in context of the provided type and namespace. Any existing named values that match the criteria are removed first before the given values are stored.
Description
Stores the named values to the vault.
Syntax
Visual Basic
Public Sub SetNamedValues( _
   ByVal NamedValueType As MFNamedValueType, _
   ByVal Namespace As String, _
   ByVal NamedValues As NamedValues _
) 
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.
NamedValues
A collection of named values to be set in context of the provided type and namespace. Any existing named values that match the criteria are removed first before the given values are stored.
See Also

VaultNamedValueStorageOperations Object  | VaultNamedValueStorageOperations Members