GitItemUtility.RetrieveItemModels 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 Function RetrieveItemModels ( _
context As TeamFoundationRequestContext, _
repository As TfsGitRepository, _
itemDescriptor As GitItemDescriptor, _
includeContentMetadata As Boolean, _
throwIfNotFound As Boolean _
) As GitItemsCollection
public static GitItemsCollection RetrieveItemModels(
TeamFoundationRequestContext context,
TfsGitRepository repository,
GitItemDescriptor itemDescriptor,
bool includeContentMetadata,
bool throwIfNotFound
)
public:
static GitItemsCollection^ RetrieveItemModels(
TeamFoundationRequestContext^ context,
TfsGitRepository^ repository,
GitItemDescriptor^ itemDescriptor,
bool includeContentMetadata,
bool throwIfNotFound
)
static member RetrieveItemModels :
context:TeamFoundationRequestContext *
repository:TfsGitRepository *
itemDescriptor:GitItemDescriptor *
includeContentMetadata:bool *
throwIfNotFound:bool -> GitItemsCollection
public static function RetrieveItemModels(
context : TeamFoundationRequestContext,
repository : TfsGitRepository,
itemDescriptor : GitItemDescriptor,
includeContentMetadata : boolean,
throwIfNotFound : boolean
) : GitItemsCollection
Parameters
- repository
Type: Microsoft.TeamFoundation.Git.Server.TfsGitRepository
- itemDescriptor
Type: GitItemDescriptor
- includeContentMetadata
Type: System.Boolean
- throwIfNotFound
Type: System.Boolean
Return Value
Type: GitItemsCollection
.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