C# Class Dev2.FileSystem

Inheritance: IFrameworkFileIO
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
Copy ( Uri sourcePath, Uri destinationPath, bool overWrite, string userName = "", string password = "" ) : void
CreateDirectory ( Uri path, string userName = "", string password = "" ) : void
Delete ( Uri path, string userName = "", string password = "" ) : void
Get ( Uri path, string userName = "", string password = "" ) : Stream
List ( Uri path, string userName = "", string password = "" ) : IList
Move ( Uri sourcePath, Uri destinationPath, bool overWrite = false, string userName = "", string password = "" ) : void
Put ( Stream data, Uri path, bool overwrite = false, string userName = "", string password = "" ) : void

Method Details

Copy() public méthode

public Copy ( Uri sourcePath, Uri destinationPath, bool overWrite, string userName = "", string password = "" ) : void
sourcePath System.Uri
destinationPath System.Uri
overWrite bool
userName string
password string
Résultat void

CreateDirectory() public méthode

public CreateDirectory ( Uri path, string userName = "", string password = "" ) : void
path System.Uri
userName string
password string
Résultat void

Delete() public méthode

public Delete ( Uri path, string userName = "", string password = "" ) : void
path System.Uri
userName string
password string
Résultat void

Get() public méthode

public Get ( Uri path, string userName = "", string password = "" ) : Stream
path System.Uri
userName string
password string
Résultat Stream

List() public méthode

public List ( Uri path, string userName = "", string password = "" ) : IList
path System.Uri
userName string
password string
Résultat IList

Move() public méthode

public Move ( Uri sourcePath, Uri destinationPath, bool overWrite = false, string userName = "", string password = "" ) : void
sourcePath System.Uri
destinationPath System.Uri
overWrite bool
userName string
password string
Résultat void

Put() public méthode

public Put ( Stream data, Uri path, bool overwrite = false, string userName = "", string password = "" ) : void
data Stream
path System.Uri
overwrite bool
userName string
password string
Résultat void