Files
Umbraco-CMS/src/Umbraco.Core/Persistence/Migrations/Model/SystemMethods.cs

10 lines
203 B
C#
Raw Normal View History

namespace Umbraco.Core.Persistence.Migrations.Model
{
public enum SystemMethods
{
NewGuid,
NewSequentialId,
CurrentDateTime,
CurrentUTCDateTime
}
}