Partager via


Repository5.UpdateLocalVersion, méthode

Appelée pour mettre à jour la version locale d'un élément stocké pour un espace de travail. Les clients doivent appeler cette méthode après trouvé appelé DownloadFile() sur l'instruction Get().

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Server
Assembly :  Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntaxe

'Déclaration
<WebMethodAttribute> _
Public Sub UpdateLocalVersion ( _
    workspaceName As String, _
    ownerName As String, _
    updates As ServerItemLocalVersionUpdate(), _
    maxClientPathLength As Integer _
)
[WebMethodAttribute]
public void UpdateLocalVersion(
    string workspaceName,
    string ownerName,
    ServerItemLocalVersionUpdate[] updates,
    int maxClientPathLength
)

Paramètres

  • maxClientPathLength
    Type : System.Int32
    Longueur prise en charge de chemin d'accès au serveur de client maximale.

Sécurité .NET Framework

Voir aussi

Référence

Repository5 Classe

Microsoft.TeamFoundation.VersionControl.Server, espace de noms