Click or drag to resize
IQMSClearSelections Method
Clears or unlocks the selection of the specified field. If the field is empty, all fields will be cleared/unlocked.

Namespace: PIX.Services.V12
Assembly: 
Syntax
void ClearSelections(
	QDSDocumentSession session,
	string fieldName,
	DocumentClearOptions clearOptions
)

Parameters

session
Type: PIX.QMSAPI.DataObjectsQDSDocumentSession
The session to be used.
fieldName
Type: SystemString
The name of the field to clear/unlock. If empty, all fields are cleared/unlocked.
clearOptions
Type: PIX.QMSAPI.DataObjects.EnumsDocumentClearOptions
Specifies how the fields are cleared.
Remarks
This method can be used when a selection has been made using the AddSelections(QDSDocumentSession, ListFieldContent, Boolean, Boolean, Boolean) method.
Security note Security Note

Requires membership of local group QlikView Management API and the role Document Folder Administrator.

See Also