Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IApiAccessService

    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IApiAccessService

    Methods

    View Source

    HasMediaAccess()

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

    Declaration
    virtual bool HasMediaAccess()
    Returns
    Type Description
    System.Boolean
    View Source

    HasPreviewAccess()

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

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

    HasPublicAccess()

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

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