Class PictureparkServiceSettings
The Picturepark service settings.
Inherited Members
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
BaseUrl
Gets the server URL of the Picturepark server.
Declaration
public string BaseUrl { get; set; }
Property Value
string |
Implements
CustomerAlias
Gets the customer alias.
Declaration
public string CustomerAlias { get; set; }
Property Value
string |
Implements
DisplayLanguage
Gets or sets the display language.
Declaration
public string DisplayLanguage { get; set; }
Property Value
string |
Implements
HttpTimeout
Gets or sets the HTTP timeout.
Declaration
public TimeSpan HttpTimeout { get; set; }
Property Value
TimeSpan |
Implements
IntegrationName
Get the integration name.
Declaration
public string IntegrationName { get; set; }
Property Value
string |