C# Class Dev2.Intellisense.Helper.FileSystemQuery

Inheritance: IFileSystemQuery
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
FileSystemQuery ( ) : System
FileSystemQuery ( IDirectory directory, IDirectoryEntryFactory directoryEntryFactory, IShareCollectionFactory shareCollectionFactory ) : System
FindNetworkComputers ( ) : List
GetAllFilesAndFolders ( string searchPath, List queryCollection, char directorySeparatorChar ) : List
GetComputerNamesOnNetwork ( string searchPath, List queryCollection ) : List
GetFilesAndFoldersFromDrive ( string searchPath, List queryCollection, char directorySeparatorChar ) : List
GetFilesAndFoldersIncludingNetwork ( string searchPath, List queryCollection, char directorySeparatorChar ) : List
GetFilesListing ( string searchPath, char directorySeparatorChar, IDirectory dir ) : List
GetFoldersAndFiles ( string searchPath, char directorySeparatorChar, IDirectory dir ) : List
GetServerFolderShare ( string sInPath, string &sServerFolderShare ) : bool
GetServerNameFromInput ( string searchPath, List &queryCollection, string &sFileServer ) : bool
GetSharesInformationFromSpecifiedServer ( string sFileServer, List queryCollection ) : void
QueryList ( string searchPath ) : void
SearchForFileAndFolders ( string searchPath, List queryCollection, char directorySeparatorChar ) : List

Method Details

FileSystemQuery() public méthode

public FileSystemQuery ( ) : System
Résultat System

FileSystemQuery() public méthode

public FileSystemQuery ( IDirectory directory, IDirectoryEntryFactory directoryEntryFactory, IShareCollectionFactory shareCollectionFactory ) : System
directory IDirectory
directoryEntryFactory IDirectoryEntryFactory
shareCollectionFactory IShareCollectionFactory
Résultat System

FindNetworkComputers() public méthode

public FindNetworkComputers ( ) : List
Résultat List

GetAllFilesAndFolders() public méthode

public GetAllFilesAndFolders ( string searchPath, List queryCollection, char directorySeparatorChar ) : List
searchPath string
queryCollection List
directorySeparatorChar char
Résultat List

GetComputerNamesOnNetwork() public méthode

public GetComputerNamesOnNetwork ( string searchPath, List queryCollection ) : List
searchPath string
queryCollection List
Résultat List

GetFilesAndFoldersFromDrive() public méthode

public GetFilesAndFoldersFromDrive ( string searchPath, List queryCollection, char directorySeparatorChar ) : List
searchPath string
queryCollection List
directorySeparatorChar char
Résultat List

GetFilesAndFoldersIncludingNetwork() public méthode

public GetFilesAndFoldersIncludingNetwork ( string searchPath, List queryCollection, char directorySeparatorChar ) : List
searchPath string
queryCollection List
directorySeparatorChar char
Résultat List

GetFilesListing() public static méthode

public static GetFilesListing ( string searchPath, char directorySeparatorChar, IDirectory dir ) : List
searchPath string
directorySeparatorChar char
dir IDirectory
Résultat List

GetFoldersAndFiles() public static méthode

public static GetFoldersAndFiles ( string searchPath, char directorySeparatorChar, IDirectory dir ) : List
searchPath string
directorySeparatorChar char
dir IDirectory
Résultat List

GetServerFolderShare() public méthode

public GetServerFolderShare ( string sInPath, string &sServerFolderShare ) : bool
sInPath string
sServerFolderShare string
Résultat bool

GetServerNameFromInput() public méthode

public GetServerNameFromInput ( string searchPath, List &queryCollection, string &sFileServer ) : bool
searchPath string
queryCollection List
sFileServer string
Résultat bool

GetSharesInformationFromSpecifiedServer() public méthode

public GetSharesInformationFromSpecifiedServer ( string sFileServer, List queryCollection ) : void
sFileServer string
queryCollection List
Résultat void

QueryList() public méthode

public QueryList ( string searchPath ) : void
searchPath string
Résultat void

SearchForFileAndFolders() public méthode

public SearchForFileAndFolders ( string searchPath, List queryCollection, char directorySeparatorChar ) : List
searchPath string
queryCollection List
directorySeparatorChar char
Résultat List