Search Results for

    Show / Hide Table of Contents
    View Source

    Class GettyImages

    Embed Provider for Getty Images supplier of stock images, editorial photography, video and music for business and consumers.

    Inheritance
    System.Object
    OEmbedProviderBase
    EmbedProviderBase
    Namespace: Umbraco.Cms.Core.Media.EmbedProviders
    Assembly: Umbraco.Core.dll
    Syntax
    public class GettyImages : EmbedProviderBase, IEmbedProvider

    Constructors

    View Source

    GettyImages(IJsonSerializer)

    Declaration
    public GettyImages(IJsonSerializer jsonSerializer)
    Parameters
    Type Name Description
    IJsonSerializer jsonSerializer

    Properties

    View Source

    ApiEndpoint

    Declaration
    public override string ApiEndpoint { get; }
    Property Value
    Type Description
    System.String
    View Source

    RequestParams

    Declaration
    public override Dictionary<string, string> RequestParams { get; }
    Property Value
    Type Description
    Umbraco.Cms.Core.Dictionary<System.String, System.String>
    View Source

    UrlSchemeRegex

    Declaration
    public override string[] UrlSchemeRegex { get; }
    Property Value
    Type Description
    System.String[]

    Methods

    View Source

    GetMarkup(String, Int32, Int32)

    Declaration
    public override string GetMarkup(string url, int maxWidth = 0, int maxHeight = 0)
    Parameters
    Type Name Description
    System.String url
    System.Int32 maxWidth
    System.Int32 maxHeight
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • GettyImages(IJsonSerializer)
    • Properties
      • ApiEndpoint
      • RequestParams
      • UrlSchemeRegex
    • Methods
      • GetMarkup(String, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX