SearchManifests Method
Search for manifests within a given date range.
Syntax
[VB.NET] Public Sub SearchManifests(ByVal StartDate As String, ByVal EndDate As String)
[C#] public void SearchManifests(string startDate, string endDate);
Remarks
This will retrieve any manifests printed between the StartDate and EndDate and populates the URL. The date must be specified in the format "YYYYMMDD".
NOTE: This method has a corresponding asynchronous version (SearchManifestsAsync) for use in the Xamarin environment.