View full article

QVWSSettings Class

Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll

Represents the settings for a QlikView WebServer.

Inheritance

Syntax

public class QVWSSettings

Constructors

Name Description
QVWSSettings()

Properties

Name Description
AccessPointQvsConnection

List of QlikView Servers used for AccessPoint connection.

DefaultQvs
DSC

List of Directory Service Connectors.

HeaderName

If the authentication type is Header, this value holds the header name.

LoginAddress

QlikView WebServer login address.

Port

Communication port for the QlikView WebServer.

Prefix

If the authentication type is Header, this value holds the prefix.

QvWsAuthenticationType

Type of the QlikView WebServer authentication.

QvWsLogginLevel

QlikView WebServer logging level.

QvWsLoginType

QlikView WebServer login type.

ServerName

QlikView WebServer name.

UseHttps

Value indicating if the communication should be done via HTTPS.

Extension Methods

ApiFilter.FilterFor<T>(T, Nullable<ApiVersion>)