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 ''[[library_remotefileinfo|RemoteFileInfo]]'' instances representing matched files (and directories, if ''EnumerationOptions.MatchDirectories'' or ''EnumerationOptions.EnumerateDirectories'' option is used). |
- | ==== === Level 3 Headline === | + | |
- | == [[Level 5 Headline]][[http://www.example.com|External Link]] == | + | |
- | ==== | + | |
- | ====== | + | |
===== Exceptions ===== | ===== Exceptions ===== |