QDSDocumentSessionConfiguration Class
Assembly: PIX.dll
Represents the configuration of a QDSDocumentSession and is used when creating a new session.
Inheritance
- 
      System.Object
      - QDSDocumentSessionConfiguration
 
Syntax
public class QDSDocumentSessionConfigurationConstructors
| Name | Description | 
|---|---|
| QDSDocumentSessionConfiguration() | 
Properties
| Name | Description | 
|---|---|
| ClearLocks | Set this to true if the current locks in the document should be cleared. | 
| ClearOneAndOnlyOne | Value indicating if the "Always one selected value" should be cleared in the QlikView document. If set to false can cause data reduction problems. | 
| ClearSelections | Set this to true if the current selections in the document should be cleared. | 
| EncryptedSectionAccessPassword | Encrypted section access password. | 
| EncryptedSectionAccessUserName | Encrypted section access username. | 
| FilePath | The full path of the file to be used by the session. | 
| GroupName | Group name. | 
| QDSID | The id of the QDS for which to create a session. | 
| Reduce | Set this to true of the document should be reduced. | 
Methods
| Name | Description | 
|---|---|
| Clone() | |
| IsValid(out List<String>) |