M-Files API 23.11.13135.0
GetNamedValues Method
VaultNamedValueStorageOperations Object : GetNamedValues Method
The recommended namespace convention follows the Java or .Net package naming convention, e.g., mycompany.myapp.myfeature.
Description
Reads the named values with the specified namespace from the vault.
Syntax
Visual Basic
Public Function GetNamedValues( _
   ByVal NamedValueType As MFNamedValueType, _
   ByVal Namespace As String _
) 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.
Return Type
Returns a collection of named values that match the requested type and namespace. An empty collection is returned if no named value was found.
See Also

VaultNamedValueStorageOperations Object  | VaultNamedValueStorageOperations Members