Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeliveryApiSettingsExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Core.dll
    Syntax
    public static class DeliveryApiSettingsExtensions

    Methods

    View Source

    IsAllowedContentType(DeliveryApiSettings, String)

    Declaration
    public static bool IsAllowedContentType(this DeliveryApiSettings settings, string contentTypeAlias)
    Parameters
    Type Name Description
    DeliveryApiSettings settings
    System.String contentTypeAlias
    Returns
    Type Description
    System.Boolean
    View Source

    IsAllowedContentType(DeliveryApiSettings, IPublishedContent)

    Declaration
    public static bool IsAllowedContentType(this DeliveryApiSettings settings, IPublishedContent content)
    Parameters
    Type Name Description
    DeliveryApiSettings settings
    IPublishedContent content
    Returns
    Type Description
    System.Boolean
    View Source

    IsDisallowedContentType(DeliveryApiSettings, String)

    Declaration
    public static bool IsDisallowedContentType(this DeliveryApiSettings settings, string contentTypeAlias)
    Parameters
    Type Name Description
    DeliveryApiSettings settings
    System.String contentTypeAlias
    Returns
    Type Description
    System.Boolean
    View Source

    IsDisallowedContentType(DeliveryApiSettings, IPublishedContent)

    Declaration
    public static bool IsDisallowedContentType(this DeliveryApiSettings settings, IPublishedContent content)
    Parameters
    Type Name Description
    DeliveryApiSettings settings
    IPublishedContent content
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • IsAllowedContentType(DeliveryApiSettings, String)
      • IsAllowedContentType(DeliveryApiSettings, IPublishedContent)
      • IsDisallowedContentType(DeliveryApiSettings, String)
      • IsDisallowedContentType(DeliveryApiSettings, IPublishedContent)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX