Downloads property ID data from Rets server using DateWaddle method

Namespace:  HS.Sys.TheEnterprise.Common.Wrecks.IDListAlgorithms
Assembly:  Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string Download(
	RetsFeed feed,
	RetsQuery query,
	string selectList
)
Visual Basic (Declaration)
Public Shared Function Download ( _
	feed As RetsFeed, _
	query As RetsQuery, _
	selectList As String _
) As String
Visual C++
public:
static String^ Download(
	RetsFeed^ feed, 
	RetsQuery^ query, 
	String^ selectList
)

Parameters

feed
Type: HS.Sys.TheEnterprise.Common.Wrecks..::.RetsFeed
Rets feed object
query
Type: HS.Sys.TheEnterprise.Common.Wrecks..::.RetsQuery
Rets query object
selectList
Type: System..::.String
Fields to select from the Rets server

Return Value

String containing property ID data information

See Also