| 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.V12Assembly:
Syntaxvoid ClearSelections(
QDSDocumentSession session,
string fieldName,
DocumentClearOptions clearOptions
)
Sub ClearSelections (
session As QDSDocumentSession,
fieldName As String,
clearOptions As DocumentClearOptions
)
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
See Also