GitItemUtility.PopulateLastChangedCommits Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi.Utilities
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Shared Sub PopulateLastChangedCommits ( _
context As TeamFoundationRequestContext, _
repository As TfsGitRepository, _
items As GitItemsCollection, _
fullRecursion As Boolean _
)
public static void PopulateLastChangedCommits(
TeamFoundationRequestContext context,
TfsGitRepository repository,
GitItemsCollection items,
bool fullRecursion
)
public:
static void PopulateLastChangedCommits(
TeamFoundationRequestContext^ context,
TfsGitRepository^ repository,
GitItemsCollection^ items,
bool fullRecursion
)
static member PopulateLastChangedCommits :
context:TeamFoundationRequestContext *
repository:TfsGitRepository *
items:GitItemsCollection *
fullRecursion:bool -> unit
public static function PopulateLastChangedCommits(
context : TeamFoundationRequestContext,
repository : TfsGitRepository,
items : GitItemsCollection,
fullRecursion : boolean
)
Parameters
- repository
Type: Microsoft.TeamFoundation.Git.Server.TfsGitRepository
- items
Type: GitItemsCollection
- fullRecursion
Type: System.Boolean
.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.
See Also
Reference
Microsoft.TeamFoundation.SourceControl.WebApi.Utilities Namespace