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
- ObjectId
Type: System.String
- RelativePath
Type: System.String
- rwxBits
Type: System.Int32
- GitObjectTypeCode
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.