GitTreeEntryRef Class
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.
[System.Runtime.Serialization.DataContract]
public class GitTreeEntryRef : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitTreeEntryRef = class
inherit VersionControlSecuredObject
Public Class GitTreeEntryRef
Inherits VersionControlSecuredObject
- Inheritance
- Attributes
Constructors
| GitTreeEntryRef() | |
| GitTreeEntryRef(String, String, Int32, Int32) |
Properties
| GitObjectType |
Blob or tree |
| Mode |
Mode represented as octal string |
| ObjectId |
SHA1 hash of git object |
| RelativePath |
Path relative to parent tree object |
| Size |
Size of content |
| Url |
url to retrieve tree or blob |
Methods
| SetSecuredObject(ISecuredObject) | (Inherited from VersionControlSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |