ToggleSelect Method
Overloads
ToggleSelect(String, Boolean, Int32) |
Toggle selects field values matching a search string. |
ToggleSelect(String, Boolean, Int32)
Toggle selects field values matching a search string.
Declaration
bool ToggleSelect([QixName("qMatch")] string match, [QixName("qSoftLock")] bool softLock = false, [QixName("qExcludedValuesMode")] int excludedValuesMode = 0)
Parameters
Type | Name | Description |
---|---|---|
System.String | match |
String to search for. Can contain wild cards or numeric search criteria. |
System.Boolean | softLock |
Set to true to ignore locks; in that case, locked fields can be selected. The default value is false. |
System.Int32 | excludedValuesMode |
Include excluded values in search. |
Returns
Type | Description |
---|---|
System.Boolean |
Remarks
The operation is successful if qReturn is set to true.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!