Class Constants.SqlTemplates.VersionableRepository
Contains SQL template names for versionable repository operations.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.SqlTemplates.VersionableRepository
Fields
View SourceEnsureUniqueNodeName
The SQL template name for ensuring unique node names.
Declaration
public const string EnsureUniqueNodeName = "Umbraco.Core.VersionableRepository.EnsureUniqueNodeName"
Field Value
| Type | Description |
|---|---|
| string |
GetParentNode
The SQL template name for getting the parent node.
Declaration
public const string GetParentNode = "Umbraco.Core.VersionableRepository.GetParentNode"
Field Value
| Type | Description |
|---|---|
| string |
GetReservedId
The SQL template name for getting a reserved ID.
Declaration
public const string GetReservedId = "Umbraco.Core.VersionableRepository.GetReservedId"
Field Value
| Type | Description |
|---|---|
| string |
GetSortOrder
The SQL template name for getting the sort order.
Declaration
public const string GetSortOrder = "Umbraco.Core.VersionableRepository.GetSortOrder"
Field Value
| Type | Description |
|---|---|
| string |
GetVersion
The SQL template name for getting a single version.
Declaration
public const string GetVersion = "Umbraco.Core.VersionableRepository.GetVersion"
Field Value
| Type | Description |
|---|---|
| string |
GetVersionIds
The SQL template name for getting version IDs.
Declaration
public const string GetVersionIds = "Umbraco.Core.VersionableRepository.GetVersionIds"
Field Value
| Type | Description |
|---|---|
| string |
GetVersions
The SQL template name for getting multiple versions.
Declaration
public const string GetVersions = "Umbraco.Core.VersionableRepository.GetVersions"
Field Value
| Type | Description |
|---|---|
| string |
SortOrderExists
The SQL template name for checking if a sort order exists.
Declaration
public const string SortOrderExists = "Umbraco.Core.VersionableRepository.SortOrderExists"
Field Value
| Type | Description |
|---|---|
| string |