Class UmbracoExamineFieldNames.DeliveryApiContentIndex
Field names specifically used in the Delivery API content index
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Examine
Assembly: Umbraco.Infrastructure.dll
Syntax
public static class DeliveryApiContentIndex
Fields
View SourceContentTypeId
The content type ID
Declaration
public const string ContentTypeId = "contentTypeId"
Field Value
Type | Description |
---|---|
System.String |
Culture
The content culture
Declaration
public const string Culture = "culture"
Field Value
Type | Description |
---|---|
System.String |
Id
The content ID
Declaration
public const string Id = "id"
Field Value
Type | Description |
---|---|
System.String |
Protected
Whether or not the content is protected
Declaration
public const string Protected = "protected"
Field Value
Type | Description |
---|---|
System.String |
ProtectedAccess
The allowed members and member roles (for protected content)
Declaration
public const string ProtectedAccess = "protectedAccess"
Field Value
Type | Description |
---|---|
System.String |
Published
Whether or not the content exists in a published state
Declaration
public const string Published = "published"
Field Value
Type | Description |
---|---|
System.String |