Share via


GitTreeEntryRef Constructor (String, String, Int32, Int32)

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Sub New ( _
    ObjectId As String, _
    RelativePath As String, _
    rwxBits As Integer, _
    GitObjectTypeCode As Integer _
)
public GitTreeEntryRef(
    string ObjectId,
    string RelativePath,
    int rwxBits,
    int GitObjectTypeCode
)
public:
GitTreeEntryRef(
    String^ ObjectId, 
    String^ RelativePath, 
    int rwxBits, 
    int GitObjectTypeCode
)
new : 
        ObjectId:string * 
        RelativePath:string * 
        rwxBits:int * 
        GitObjectTypeCode:int -> GitTreeEntryRef
public function GitTreeEntryRef(
    ObjectId : String, 
    RelativePath : String, 
    rwxBits : int, 
    GitObjectTypeCode : int
)

Parameters

.NET Framework Security

See Also

Reference

GitTreeEntryRef Class

GitTreeEntryRef Overload

Microsoft.TeamFoundation.SourceControl.WebApi Namespace