Click or drag to resize
QVSSettingsQVSDocumentsQVSDocumentsServer Class
QlikView Server document server settings.
Inheritance Hierarchy
SystemObject
  PIX.QMSAPI.DataObjectsQVSSettingsQVSDocumentsQVSDocumentsServer

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
public class QVSDocumentsServer

The QVSSettingsQVSDocumentsQVSDocumentsServer type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAllowAnonymousServerBookmarkCollaboration
Value indicating if the anonymous users are allowed to create server bookmarks.
Public propertyAllowDocumentDownload
Value indicating if the users are allowed to download documents through the AccessPoint.
Public propertyAllowDocumentUpload
Value indicating if the new or updated documents are allowed to be uploaded to the QlikView Server through the QlikView Distribution Service. Setting it to false will stop all distributions from working.
Public propertyAllowPrintAndExport
The Allow Print and Export to Excel setting for the documents server.
Public propertyAllowServerAnnotations
Value indicating if server annotations on sheet objects in a document are allowed.
Public propertyAllowServerCollaboration
Value indicating if server collaboration is allowed.
Public propertyAllowSessionCollaboration
Value indicating if users can share sessions on document.
Public propertyOverlayDocuments
Value indicating if only one copy of document in memory is allowed.
Public propertyProhibitQVPXSessionRecovery
Prohibit QVPX session recovery.
Public propertyTimeout
This value controls for how long a document will be allowed to be unused before QlikView Server closes the document and reclaims the resources.
Top
See Also