Sets the data required to perform an import.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public void SetImportParameters( string webStartStartUrl, ArrayList pathMatchesToBeIgnoredList, ArrayList pathMatchesToBeIncludedList )
Public Sub SetImportParameters ( _ webStartStartUrl As String, _ pathMatchesToBeIgnoredList As ArrayList, _ pathMatchesToBeIncludedList As ArrayList _ )
public: void SetImportParameters( String^ webStartStartUrl, ArrayList^ pathMatchesToBeIgnoredList, ArrayList^ pathMatchesToBeIncludedList )
 Parameters
 Parameters- webStartStartUrl (String)
- pathMatchesToBeIgnoredList (ArrayList)
- pathMatchesToBeIncludedList (ArrayList)