Picks up missing photos for a given feed and query

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

Syntax

C#
public void PickupMissingPhotos(
	int retsFeedID,
	int retsQueryID,
	int limit
)
Visual Basic (Declaration)
Public Sub PickupMissingPhotos ( _
	retsFeedID As Integer, _
	retsQueryID As Integer, _
	limit As Integer _
)
Visual C++
public:
void PickupMissingPhotos(
	int retsFeedID, 
	int retsQueryID, 
	int limit
)

Parameters

retsFeedID
Type: System..::.Int32
ID of the feed
retsQueryID
Type: System..::.Int32
ID of the query
limit
Type: System..::.Int32
Max number of properties to pick up photos for for each query

See Also