ConfigurationStorageInVaultConfigurationIDCombiningMode Enumeration
Mode that is used when specifying how the configuration ID is formed.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public enum ConfigurationIDCombiningMode
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.
|