IMinutesFieldManager.UpdateSetOfFields Method
Function UpdateSetOfFields( _
ByVal mnemonic As String, _
ByVal newSetInfo As SetOfFieldsInformation _
) As Boolean
This language is not supported or no code example is available.
Parameters
- mnemonic
- string
The mnemonic of the set of fields to be updated.
- newSetInfo
- SetOfFieldsInformation
The set of fields info to be updated.
Return Value
booltrue if the set of fields was successfully updated, false otherwise.
Exception type | Condition |
---|---|
|
|
A set of fields with the mnemonic doesn't exist. |
|
The mnemonic is null reference (Nothing in Visual Basic). |