mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
7 lines
134 B
C#
7 lines
134 B
C#
namespace Orchard.Recipes.Models {
|
|
public enum VersionHistoryOptions {
|
|
Published,
|
|
Draft,
|
|
Latest
|
|
}
|
|
} |