Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    ContentTypeId

    The content type ID

    Declaration
    public const string ContentTypeId = "contentTypeId"
    Field Value
    Type Description
    System.String
    View Source

    Culture

    The content culture

    Declaration
    public const string Culture = "culture"
    Field Value
    Type Description
    System.String
    View Source

    Id

    The content ID

    Declaration
    public const string Id = "id"
    Field Value
    Type Description
    System.String
    View Source

    Protected

    Whether or not the content is protected

    Declaration
    public const string Protected = "protected"
    Field Value
    Type Description
    System.String
    View Source

    ProtectedAccess

    The allowed members and member roles (for protected content)

    Declaration
    public const string ProtectedAccess = "protectedAccess"
    Field Value
    Type Description
    System.String
    View Source

    Published

    Whether or not the content exists in a published state

    Declaration
    public const string Published = "published"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • ContentTypeId
      • Culture
      • Id
      • Protected
      • ProtectedAccess
      • Published
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX