Search Results for

    Show / Hide Table of Contents
    View Source

    Class NoopApiAccessService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class NoopApiAccessService : IApiAccessService

    Methods

    View Source

    HasPreviewAccess()

    Retrieves information on whether or not the API currently allows preview access.

    Declaration
    public bool HasPreviewAccess()
    Returns
    Type Description
    System.Boolean
    View Source

    HasPublicAccess()

    Retrieves information on whether or not the API currently allows public access.

    Declaration
    public bool HasPublicAccess()
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • HasPreviewAccess()
      • HasPublicAccess()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX