Sets the data required to perform an import.

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 )

- webStartStartUrl (String)
- pathMatchesToBeIgnoredList (ArrayList)
- pathMatchesToBeIncludedList (ArrayList)