FileInformation Constructor (String, Int32)

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    repositoryGuid As String, _
    fileId As Integer _
)
public FileInformation(
    string repositoryGuid,
    int fileId
)
public:
FileInformation(
    String^ repositoryGuid, 
    int fileId
)
new : 
        repositoryGuid:string * 
        fileId:int -> FileInformation
public function FileInformation(
    repositoryGuid : String, 
    fileId : int
)

Parameters

.NET Framework Security

See Also

Reference

FileInformation Class

FileInformation Overload

Microsoft.TeamFoundation.Framework.Server.Alm Namespace