GitTreeEntryRef Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GitTreeEntryRef()
public GitTreeEntryRef();
Public Sub New ()
Applies to
GitTreeEntryRef(String, String, Int32, Int32)
public GitTreeEntryRef(string ObjectId, string RelativePath, int rwxBits, int GitObjectTypeCode);
new Microsoft.TeamFoundation.SourceControl.WebApi.GitTreeEntryRef : string * string * int * int -> Microsoft.TeamFoundation.SourceControl.WebApi.GitTreeEntryRef
Public Sub New (ObjectId As String, RelativePath As String, rwxBits As Integer, GitObjectTypeCode As Integer)
Parameters
- ObjectId
- String
- RelativePath
- String
- rwxBits
- Int32
- GitObjectTypeCode
- Int32