IWbsFieldsRepository.SetFieldDefaultNameAndSubheader Method

Sets the default (native) IWbsField.FieldName and IWbsField.SubHeader values of a WBS field.
Sub SetFieldDefaultNameAndSubheader( _ 
ByVal field As IWbsField, _ 
ByVal availableFields As IEnumerable(Of IWbsField), _ 
ByVal multiLang As Boolean
)
This language is not supported or no code example is available.
void SetFieldDefaultNameAndSubheader( 
IWbsField field
IEnumerable<IWbsField> availableFields
bool multiLang 
)
This language is not supported or no code example is available.

Parameters

field
IWbsField

The field to set.

availableFields
IEnumerable<IWbsField>

All available WBS fields. They will be used e.g. while searching for duplicates. This list may be different from the current repository, e.g. when editing/adding/deleting fields that are not updated to repository yet.

multiLang
bool

Indicates whether the values will be set not just in the current language but in all available languages. Otherwise, only the current locale will be modified.

Version
 
Available since QDV 7.18.655.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition