Edit

GitItem Class

Definition

[System.Runtime.Serialization.DataContract]
public class GitItem : Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.ItemModel
type GitItem = class
    inherit ItemModel
Public Class GitItem
Inherits ItemModel
Inheritance
Derived
Attributes

Constructors

GitItem()
GitItem(Byte[])
GitItem(GitObjectId)
GitItem(String, Byte[], GitObjectType, String, Int32)

Properties

ChangeDate (Inherited from ItemModel)
ChildItems (Inherited from ItemModel)
CommitId

This is not used on the serverside, but is used by TypeScript. Its added here for code generation.

ContentMetadata (Inherited from ItemModel)
GitObjectType
IsFolder (Inherited from ItemModel)
IsSymbolicLink (Inherited from ItemModel)
ObjectId

Git object id

ServerItem (Inherited from ItemModel)
Url (Inherited from Entity)
VersionDescription (Inherited from ItemModel)
VersionString (Inherited from ItemModel)

Methods

SetSecuredObject(ISecuredObject)

Explicit Interface Implementations

ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to