View full article

QVSSettings.QVSFolders Class

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

Contains folder related QlikView Server settings, such as root folder and mounts.

Inheritance

Syntax

public class QVSFolders

Properties

Name Description
Q4CDocumentPaths

The user document paths for Q4C (QlikView For Communities) enabled documents

implementnotes

Q4C is a special type of license allowing only a limited number of documents with unlimited number of users. Useful for example for website applications.

implementnotes

Must not be null when passed to an API operation.

System
UserDocumentAdministrators

The user document folder administrators of the QlikView Server.

implementnotes

Must not be null when passed to an API operation.

UserDocumentMounts

The user document mounts of the QlikView Server.

implementnotes

Must not be null when passed to an API operation.

UserDocumentRootFolder

The user document root folder of the QlikView Server.

Extension Methods

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