FileInformation Constructor (String, Int32, array<Byte )

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Sub New ( _
    repositoryGuid As String, _
    fileId As Integer, _
    hashValue As Byte() _
)
public FileInformation(
    string repositoryGuid,
    int fileId,
    byte[] hashValue
)
public:
FileInformation(
    String^ repositoryGuid, 
    int fileId, 
    array<unsigned char>^ hashValue
)
new : 
        repositoryGuid:string * 
        fileId:int * 
        hashValue:byte[] -> FileInformation
public function FileInformation(
    repositoryGuid : String, 
    fileId : int, 
    hashValue : byte[]
)

Parameters

.NET Framework Security

See Also

Reference

FileInformation Class

FileInformation Overload

Microsoft.TeamFoundation.Server.Core Namespace