ConfigurationStorageInVaultConfigurationIDCombiningMode Enumeration

Mode that is used when specifying how the configuration ID is formed.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public enum ConfigurationIDCombiningMode

Members

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