Gets a list of the customer’s subscribed forms. Search criteria can be used to return subsets of records for real-time end-user searches.
Namespace:
QFEM_WebServices
Assembly:
QFEM_WebServices (in QFEM_WebServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public QuikResultWS GetFormsList(
string FormIDList,
string DealerIDList,
string DealerName,
string FormCategoryIDList,
string FormShortName,
string FormStatusIDList,
DateTime PublishDateFrom,
DateTime PublishDateTo,
string LitNo,
string DealerTypeIDList,
string DealerStatusIDList,
string StateIDList,
string FormTransTypeIDList
) |
Visual Basic (Declaration) |
---|
Public Function GetFormsList ( _
FormIDList As String, _
DealerIDList As String, _
DealerName As String, _
FormCategoryIDList As String, _
FormShortName As String, _
FormStatusIDList As String, _
PublishDateFrom As DateTime, _
PublishDateTo As DateTime, _
LitNo As String, _
DealerTypeIDList As String, _
DealerStatusIDList As String, _
StateIDList As String, _
FormTransTypeIDList As String _
) As QuikResultWS |
Visual C++ |
---|
public:
QuikResultWS^ GetFormsList(
String^ FormIDList,
String^ DealerIDList,
String^ DealerName,
String^ FormCategoryIDList,
String^ FormShortName,
String^ FormStatusIDList,
DateTime PublishDateFrom,
DateTime PublishDateTo,
String^ LitNo,
String^ DealerTypeIDList,
String^ DealerStatusIDList,
String^ StateIDList,
String^ FormTransTypeIDList
) |
Return Value
A
QuikResultWS object with the following information:
- ErrorFlag
- ErrorCode
- Message
- ResultData with a DataTable that contains the following columns: FormID, DealerID, DealerName, FormShortName, FormDesc, FileSize, LitNo, NoPages, DealerStatusID, DealerStatus, FormTypeID, Private, RevisionDate, FormStatusID, PublishDate
Remarks
See Also