• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class Flickr

    Embed Provider for Flickr the popular online image hosting and video hosting service.

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

    Constructors

    View Source

    Flickr(IJsonSerializer)

    Declaration
    public Flickr(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
      • Flickr(IJsonSerializer)
    • Properties
      • ApiEndpoint
      • RequestParams
      • UrlSchemeRegex
    • Methods
      • GetMarkup(String, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX