Gets a list of form categories for use when selecting dealers and forms
Namespace:
QFEM_WebServices
Assembly:
QFEM_WebServices (in QFEM_WebServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetCategoryList ( _
FormCategoryIDList As String _
) As QuikResultWS |
Return Value
A
QuikResultWS object with the following information:
- ErrorFlag
- ErrorCode
- Message
- ResultData with a DataTable that contains the following columns: FormCategoryID, FormCategory, FormCategoryDesc, DisplayToUser
Remarks
See Also