Enum Direction
Represents the direction when replacing an attribute value while parsing macros.
Namespace: Umbraco.Cms.Core.Deploy
Assembly: Umbraco.Core.dll
Syntax
public enum Direction
Fields
| Name | Description |
|---|---|
| FromArtifact | Replacing an attribute value while converting from an artifact. |
| ToArtifact | Replacing an attribute value while converting to an artifact. |