IWbsFieldsRepository.IsFieldAvailableToAdmin Method

Indicates whether a field is available to admin. In other words, whether it is not reserved for system.
Function IsFieldAvailableToAdmin( _ 
ByVal field As IWbsField
) As Boolean
This language is not supported or no code example is available.
bool IsFieldAvailableToAdmin( 
IWbsField field 
)
This language is not supported or no code example is available.

Parameters

field
IWbsField

The field for which the info is to be retrieved.

Return Value

bool

A value indicating whether the field is available to admin.

Remarks
 
Some columns are not available neither to the admin (e.g. WBS_MarketCoeff1 in non IDIQ mode). They are only for internal use and they are not visible in the WBS fields manager. These unavailable columns are placed in the condensed WBS and their index is higher than some threshold. The threshold value depends e.g. on activated features.
Version
 
Available since QDV 7.18.655.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition