QDVWBS.GetWBSFieldsValues Method
NOTE: This member is now obsolete. Use Qdv.UserApi.ITask.GetFieldsValuesFromDb instead.
Parameters
- HexID
- string
The hexadecimal identifier to the WBS row.
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.
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.