Differences

This shows you the differences between the selected revisions of the page.

2016-10-05 2016-10-05
no summary (46.177.29.108) (hidden) Restored revision 1471017361. Undoing revisions 1475695851, 1475695901. (martin) (hidden)
Line 11: Line 11:
</code> </code>
 +==== Parameters ====
 +^ Name ^ Description ^
 +| string path | Full path to root remote directory to start enumeration in.  |
 +| string mask | Windows wildcard to filter files.((The Windows wildcard supports ''*'' and ''?'' only.)) To select all files, use ''null''. |
 +| EnumerationOptions options | Enumeration options set. \\ Possible values are: \\ ''EnumerationOptions.None'' - Enumerate matching files only. Do not recurse. \\ ''EnumerationOptions.AllDirectories'' - Recurse into subdirectories. \\ ''EnumerationOptions.MatchDirectories'' - Enumerate also matching directories. Cannot be combined with ''EnumerationOptions.EnumerateDirectories''. \\ ''EnumerationOptions.EnumerateDirectories'' - Enumerate also all directories. Must be used with ''EnumerationOptions.AllDirectories''. Cannot be combined with ''EnumerationOptions.MatchDirectories''.  |
- +==== Return Value ==== 
-====== ===== Level 1 Headline ===== +An enumerable collection of the &#039;&#039;[[library_remotefileinfo|RemoteFileInfo]]&#039;' instances representing matched files (and directories, if &#039;&#039;EnumerationOptions.MatchDirectories&#039;&#039; or &#039;&#039;EnumerationOptions.EnumerateDirectories'' option is used).
-==== === Level 3 Headline === +
-== [[Level 5 Headline]][[http://www.example.com|External Link]] == +
- ==== +
- ====== +
===== Exceptions ===== ===== Exceptions =====

Last modified: by martin