Enum PackDistributionPolicy
Defines the distribution policy for script downloads.
Namespace: EyeAuras.Shared.Sharing
Assembly: EyeAuras.Shared.Metadata.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum PackDistributionPolicy
Fields
| Name | Description |
|---|---|
| Any | Both packed and source versions are available. |
| PackedOnly | Only the packed version is available; the source is restricted. |
| PreferPacked | The packed version is preferred, but the source may still be accessible. |