IMinutesFieldManager.UpdateSetOfFields Method

Updates an existing set of fields.
Function UpdateSetOfFields( _ 
ByVal mnemonic As String, _ 
ByVal newSetInfo As SetOfFieldsInformation
) As Boolean
This language is not supported or no code example is available.
bool UpdateSetOfFields( 
string mnemonic
SetOfFieldsInformation newSetInfo 
)
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

bool

true if the set of fields was successfully updated, false otherwise.

Exception type Condition

InvalidOperationException

  • This fields manager is for a set of fields. Sets of fields cannot be updated (they don't exist) in a set of fields.
  • The new SetOfFieldsInformation.SortOfSetOfField is different than the original one.

ArgumentException

A set of fields with the mnemonic doesn't exist.

ArgumentNullException

The mnemonic is null reference (Nothing in Visual Basic).

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition