Search Results for

    Show / Hide Table of Contents

    Interface IPictureparkServiceSettings

    The Picturepark service settings interface.

    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public interface IPictureparkServiceSettings

    Properties

    AuthClient

    Gets the IAuthClient.

    Declaration
    IAuthClient AuthClient { get; }
    Property Value
    IAuthClient

    BaseUrl

    Gets the server URL of the Picturepark authentication server.

    Declaration
    string BaseUrl { get; }
    Property Value
    string

    CustomerAlias

    Gets the customer alias.

    Declaration
    string CustomerAlias { get; }
    Property Value
    string

    DisplayLanguage

    Gets the display language.

    Declaration
    string DisplayLanguage { get; }
    Property Value
    string

    HttpTimeout

    Gets the HTTP timeout.

    Declaration
    TimeSpan HttpTimeout { get; }
    Property Value
    TimeSpan

    IntegrationName

    Get the integration name.

    Declaration
    string IntegrationName { get; }
    Property Value
    string

    Back to top Generated by DocFX