View full article

ServiceTypes Enum

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

The different service types.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

A combination of these can be used when calling IQMS.GetServices for example.

Syntax

[Flags]
public enum ServiceTypes

Fields

Name Description
All

All.

LicenseService

Service type - License Service.

None

None.

QlikCloudService

Service type - Qlik Cloud Service.

QlikViewDirectoryServiceConnector

Service type - Directory Service Connector.

QlikViewDistributionService

Service type - QlikView Distribution Service.

QlikViewManagementService

Service type - QlikView Management Service.

QlikViewServer

Service type - QlikView Server.

QlikViewWebServer

Service type - QlikView WebServer.

RemoteQlikViewManagementService

Service type - Remote Management Service.

Extension Methods

ApiFilter.FilterFor<ServiceTypes>(Nullable<ApiVersion>)