Search Results for

    Show / Hide Table of Contents
    View Source

    Class QueryOptionBase

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Delivery.Querying
    Assembly: Umbraco.Cms.Api.Delivery.dll
    Syntax
    public abstract class QueryOptionBase

    Constructors

    View Source

    QueryOptionBase(IPublishedContentCache, IRequestRoutingService)

    Declaration
    public QueryOptionBase(IPublishedContentCache publishedContentCache, IRequestRoutingService requestRoutingService)
    Parameters
    Type Name Description
    IPublishedContentCache publishedContentCache
    IRequestRoutingService requestRoutingService
    View Source

    QueryOptionBase(IPublishedContentCache, IRequestRoutingService, IRequestPreviewService, IRequestCultureService, IApiDocumentUrlService, IVariationContextAccessor)

    Declaration
    public QueryOptionBase(IPublishedContentCache publishedContentCache, IRequestRoutingService requestRoutingService, IRequestPreviewService requestPreviewService, IRequestCultureService requestCultureService, IApiDocumentUrlService apiDocumentUrlService, IVariationContextAccessor variationContextAccessor)
    Parameters
    Type Name Description
    IPublishedContentCache publishedContentCache
    IRequestRoutingService requestRoutingService
    IRequestPreviewService requestPreviewService
    IRequestCultureService requestCultureService
    IApiDocumentUrlService apiDocumentUrlService
    IVariationContextAccessor variationContextAccessor
    View Source

    QueryOptionBase(IRequestRoutingService, IRequestPreviewService, IApiDocumentUrlService, IVariationContextAccessor)

    Declaration
    public QueryOptionBase(IRequestRoutingService requestRoutingService, IRequestPreviewService requestPreviewService, IApiDocumentUrlService apiDocumentUrlService, IVariationContextAccessor variationContextAccessor)
    Parameters
    Type Name Description
    IRequestRoutingService requestRoutingService
    IRequestPreviewService requestPreviewService
    IApiDocumentUrlService apiDocumentUrlService
    IVariationContextAccessor variationContextAccessor

    Methods

    View Source

    GetGuidFromQuery(String)

    Declaration
    protected Guid? GetGuidFromQuery(string queryStringValue)
    Parameters
    Type Name Description
    System.String queryStringValue
    Returns
    Type Description
    System.Nullable<Guid>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • QueryOptionBase(IPublishedContentCache, IRequestRoutingService)
      • QueryOptionBase(IPublishedContentCache, IRequestRoutingService, IRequestPreviewService, IRequestCultureService, IApiDocumentUrlService, IVariationContextAccessor)
      • QueryOptionBase(IRequestRoutingService, IRequestPreviewService, IApiDocumentUrlService, IVariationContextAccessor)
    • Methods
      • GetGuidFromQuery(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX