Open this page in the API Guide

IFileSystemService.FileSystemQuery Method

Overload List
  NameDescription
Public methodFileSystemQuery(Int32, Int32, ICollection<Guid>, FileSystemQueryOptions, IList<Tuple<FileSystemQueryField, SortDirection>>, ICollection<FileSystemQueryFilterRule>)
Queries file system entries corresponding to the specified criteria.
Public methodFileSystemQuery(Int32, Int32, Guid, FileSystemQueryOptions, IList<Tuple<FileSystemQueryField, SortDirection>>, ICollection<FileSystemQueryFilterRule>)
Queries file system entries corresponding to the specified criteria.
Public methodFileSystemQuery(Int32, Int32, ICollection<Guid>, FileSystemQueryOptions, IList<Tuple<FileSystemQueryField, SortDirection>>, ICollection<FileSystemQueryFilterRule>, Guid, Guid)
Queries file system entries corresponding to the specified criteria.
Top
See Also