Enum SystemMethods
Defines options available for default values derived from database system methods.
Namespace: Umbraco.Cms.Infrastructure.Persistence.DatabaseModelDefinitions
Assembly: Umbraco.Infrastructure.dll
Syntax
public enum SystemMethods
Fields
| Name | Description |
|---|---|
| CurrentDateTime | Represents a default value that is the current date time. |
| CurrentUTCDateTime | Represents a default value that is the current UTC date time. |
| NewGuid | Represents a default value that is a generated GUID. |