QDVWBS.GetWBSFieldsValues Method

NOTE: This member is now obsolete. Use Qdv.UserApi.ITask.GetFieldsValuesFromDb instead.

Reads values from several columns in a WBS row directly from database.
[Obsolete("Use Qdv.UserApi.ITask.GetFieldsValuesFromDb instead.")] 
public Dictionary<string, object> GetWBSFieldsValues( 
string HexID
List<string> ColumnIDs
ref int ErrorNumber = 0, 
ref string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

HexID
string

The hexadecimal identifier to the WBS row.

ColumnIDs
List<string>

A list(of string) containing column IDs whose content we want to retrieve.

ErrorNumber
int

A returned error number. 0 when no error.

ErrorMessage
string

A returned error message. Blank when no error.

Return Value

Dictionary<string, object>

A dictionary(of string, object) containing key matching column IDs. Object contains corresponding values.

Remarks
 
Because this function reads directly from database, it cannot get values which are calculated by the WBS workbook. Use GetTaskOrBranchValue to read directly from the workbook.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition