VersionControlServer.DownloadFile, méthode (String, String)
Télécharge la version la plus récente d'un fichier de serveur à un fichier local.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Client
Assembly : Microsoft.TeamFoundation.VersionControl.Client (dans Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntaxe
'Déclaration
Public Sub DownloadFile ( _
serverPath As String, _
localFileName As String _
)
public void DownloadFile(
string serverPath,
string localFileName
)
Paramètres
- serverPath
Type : System.String
Le chemin d'accès de référentiel du fichier à télécharger.
- localFileName
Type : System.String
Chemin d'accès local où le fichier local doit être signalé.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Client, espace de noms