ClearSelections Method
Overloads
| ClearSelections(QDSDocumentSession, String, DocumentClearOptions) |
Clears or unlocks the selection of the specified field. If the field is empty, all fields will be cleared/unlocked. |
ClearSelections(QDSDocumentSession, String, DocumentClearOptions)
Clears or unlocks the selection of the specified field. If the field is empty, all fields will be cleared/unlocked.
Declaration
void ClearSelections(QDSDocumentSession session, string fieldName, DocumentClearOptions clearOptions)
Parameters
| Type | Name | Description |
|---|---|---|
| QDSDocumentSession | session |
The session to be used. |
| System.String | fieldName |
The name of the field to clear/unlock. If empty, all fields are cleared/unlocked. |
| DocumentClearOptions | clearOptions |
Specifies how the fields are cleared. |
Remarks
This method can be used when a selection has been made using the AddSelections(QDSDocumentSession, List<FieldContent>, Boolean, Boolean, Boolean) method.
security
Requires membership of local group QlikView Management API and the role Document Folder Administrator.