9 lines
141 B
C#
9 lines
141 B
C#
namespace Umbraco.Core.Models
|
|
{
|
|
public enum PublishedState
|
|
{
|
|
Published,
|
|
Unpublished,
|
|
Saved
|
|
}
|
|
} |