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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。