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