Click or drag to resize

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
Syntax
public enum ConfigurationIDCombiningMode
Members
  Member nameValueDescription
ConfigNamespaceAsID0 Uses the namespace as the id.
ConfigKeyAsID1 Uses the key as the id.
ConfigNamespaceAndConfigKeyCombinedAsID2 Uses the namespace and key as the id.
See Also