Dev2.Intellisense.Helper.FileSystemQuery.FileSystemQuery C# (CSharp) Method

FileSystemQuery() public method

public FileSystemQuery ( ) : System
return System
        public FileSystemQuery()
        {
            _directory = new DirectoryWrapper();
            _shareCollectionFactory = new ShareCollectionFactory();
            _directoryEntryFactory = new DirectoryEntryFactory();
        }
        public List<string> QueryCollection

Same methods

FileSystemQuery::FileSystemQuery ( IDirectory directory, IDirectoryEntryFactory directoryEntryFactory, IShareCollectionFactory shareCollectionFactory ) : System