ConfigurationStorageInVaultConfigurationIDCombiningMode Enumeration |
Mode that is used when specifying how the configuration ID is formed.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic enum ConfigurationIDCombiningMode
Public Enumeration ConfigurationIDCombiningMode
public enum class ConfigurationIDCombiningMode
Members
| Member name | Value | Description |
---|
| ConfigNamespaceAsID | 0 |
Uses the namespace as the id.
|
| ConfigKeyAsID | 1 |
Uses the key as the id.
|
| ConfigNamespaceAndConfigKeyCombinedAsID | 2 |
Uses the namespace and key as the id.
|
See Also