Enum ArtifactDependencyMode
Indicates the mode of the dependency.
Namespace: Umbraco.Cms.Core.Deploy
Assembly: Umbraco.Core.dll
Syntax
public enum ArtifactDependencyMode
  Fields
| Name | Description | 
|---|---|
| Exist | The dependency must exist.  | 
      
| Match | The dependency must match exactly.  |