Edit

GitLastChangeTreeItems Class

Definition

[System.Runtime.Serialization.DataContract]
public class GitLastChangeTreeItems : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitLastChangeTreeItems = class
    inherit VersionControlSecuredObject
Public Class GitLastChangeTreeItems
Inherits VersionControlSecuredObject
Inheritance
GitLastChangeTreeItems
Attributes

Constructors

GitLastChangeTreeItems()

Properties

Commits

The list of commits referenced by Items, if they were requested.

Items

The last change of items.

LastExploredTime

The last explored time, in case the result is not comprehensive. Null otherwise.

Methods

SetSecuredObject(ISecuredObject)

Explicit Interface Implementations

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

Applies to