TeamFoundationVersionControlService.UploadFile 方法
上載特定伺服器項目路徑上檔案的特定工作區。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
Public Sub UploadFile ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
workspaceOwner As String, _
serverItem As String, _
hash As Byte(), _
fileStream As Stream, _
fileLength As Long, _
compressedLength As Long, _
offsetFrom As Long, _
compressionType As CompressionType _
)
public void UploadFile(
TeamFoundationRequestContext requestContext,
string workspaceName,
string workspaceOwner,
string serverItem,
byte[] hash,
Stream fileStream,
long fileLength,
long compressedLength,
long offsetFrom,
CompressionType compressionType
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求內容。
- workspaceName
類型:System.String
有暫止的編輯的工作區名稱。
- workspaceOwner
類型:System.String
工作區的擁有人。
- serverItem
類型:System.String
檔案的伺服器項目。
- hash
類型:array<System.Byte[]
MD5 解壓縮檔案的雜湊。
- fileStream
類型:System.IO.Stream
資料流檔案內容中。
- fileLength
類型:System.Int64
解壓縮檔案的長度 (以位元組為單位)。
- compressedLength
類型:System.Int64
壓縮檔案的長度 (以位元組為單位)。
- offsetFrom
類型:System.Int64
起始位移此內容區塊。
- compressionType
類型:Microsoft.TeamFoundation.Framework.Server.CompressionType
使用的壓縮類型。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。