Search Results for

    Show / Hide Table of Contents

    Class PictureparkServiceSettings

    The Picturepark service settings.

    Inheritance
    object
    PictureparkServiceSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class PictureparkServiceSettings : IPictureparkServiceSettings

    Constructors

    PictureparkServiceSettings(IAuthClient)

    Initializes a new instance of the PictureparkServiceSettings class.

    Declaration
    [Obsolete("Use the variant with integrationName parameter.")]
    public PictureparkServiceSettings(IAuthClient authClient)
    Parameters
    IAuthClient authClient

    The authentication client.

    PictureparkServiceSettings(IAuthClient, string)

    Initializes a new instance of the PictureparkServiceSettings class.

    Declaration
    public PictureparkServiceSettings(IAuthClient authClient, string integrationName)
    Parameters
    IAuthClient authClient

    The authentication client.

    string integrationName

    The integration name.

    PictureparkServiceSettings(string, IAuthClient, string)

    Initializes a new instance of the PictureparkServiceSettings class.

    Declaration
    [Obsolete("Use the variant with integrationName parameter.")]
    public PictureparkServiceSettings(string baseUrl, IAuthClient authClient, string customerAlias)
    Parameters
    string baseUrl

    The base URL.

    IAuthClient authClient

    The authentication client.

    string customerAlias

    The customer alias.

    PictureparkServiceSettings(string, IAuthClient, string, string)

    Initializes a new instance of the PictureparkServiceSettings class.

    Declaration
    public PictureparkServiceSettings(string baseUrl, IAuthClient authClient, string customerAlias, string integrationName)
    Parameters
    string baseUrl

    The base URL.

    IAuthClient authClient

    The authentication client.

    string customerAlias

    The customer alias.

    string integrationName

    The integration name.

    PictureparkServiceSettings(string, string)

    Initializes a new instance of the PictureparkServiceSettings class.

    Declaration
    [Obsolete("Use the variant with integrationName parameter.")]
    public PictureparkServiceSettings(string baseUrl, string customerAlias)
    Parameters
    string baseUrl

    The base URL.

    string customerAlias

    The customer alias.

    PictureparkServiceSettings(string, string, string)

    Initializes a new instance of the PictureparkServiceSettings class.

    Declaration
    public PictureparkServiceSettings(string baseUrl, string customerAlias, string integrationName)
    Parameters
    string baseUrl

    The base URL.

    string customerAlias

    The customer alias.

    string integrationName

    The integration name.

    Properties

    AuthClient

    Gets or sets the IAuthClient.

    Declaration
    public IAuthClient AuthClient { get; set; }
    Property Value
    IAuthClient

    Implements
    IPictureparkServiceSettings.AuthClient

    BaseUrl

    Gets the server URL of the Picturepark server.

    Declaration
    public string BaseUrl { get; set; }
    Property Value
    string

    Implements
    IPictureparkServiceSettings.BaseUrl

    CustomerAlias

    Gets the customer alias.

    Declaration
    public string CustomerAlias { get; set; }
    Property Value
    string

    Implements
    IPictureparkServiceSettings.CustomerAlias

    DisplayLanguage

    Gets or sets the display language.

    Declaration
    public string DisplayLanguage { get; set; }
    Property Value
    string

    Implements
    IPictureparkServiceSettings.DisplayLanguage

    HttpTimeout

    Gets or sets the HTTP timeout.

    Declaration
    public TimeSpan HttpTimeout { get; set; }
    Property Value
    TimeSpan

    Implements
    IPictureparkServiceSettings.HttpTimeout

    IntegrationName

    Get the integration name.

    Declaration
    public string IntegrationName { get; set; }
    Property Value
    string

    Implements
    IPictureparkServiceSettings.IntegrationName
    Back to top Generated by DocFX