TfsModelExtensions.GetShelvedChanges 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
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Shared Function GetShelvedChanges ( _
requestContext As TeamFoundationRequestContext, _
itemPath As String, _
recursion As RecursionType, _
deletionId As Integer, _
versionSpec As ShelvesetVersionSpec, _
top As Integer, _
skip As Integer, _
propertyFilters As String(), _
<OutAttribute> ByRef allChangesIncluded As Boolean, _
shallowItems As Boolean, _
url As UrlHelper _
) As IEnumerable(Of TfvcChange)
public static IEnumerable<TfvcChange> GetShelvedChanges(
TeamFoundationRequestContext requestContext,
string itemPath,
RecursionType recursion,
int deletionId,
ShelvesetVersionSpec versionSpec,
int top,
int skip,
string[] propertyFilters,
out bool allChangesIncluded,
bool shallowItems,
UrlHelper url
)
public:
static IEnumerable<TfvcChange^>^ GetShelvedChanges(
TeamFoundationRequestContext^ requestContext,
String^ itemPath,
RecursionType recursion,
int deletionId,
ShelvesetVersionSpec^ versionSpec,
int top,
int skip,
array<String^>^ propertyFilters,
[OutAttribute] bool% allChangesIncluded,
bool shallowItems,
UrlHelper^ url
)
static member GetShelvedChanges :
requestContext:TeamFoundationRequestContext *
itemPath:string *
recursion:RecursionType *
deletionId:int *
versionSpec:ShelvesetVersionSpec *
top:int *
skip:int *
propertyFilters:string[] *
allChangesIncluded:bool byref *
shallowItems:bool *
url:UrlHelper -> IEnumerable<TfvcChange>
public static function GetShelvedChanges(
requestContext : TeamFoundationRequestContext,
itemPath : String,
recursion : RecursionType,
deletionId : int,
versionSpec : ShelvesetVersionSpec,
top : int,
skip : int,
propertyFilters : String[],
allChangesIncluded : boolean,
shallowItems : boolean,
url : UrlHelper
) : IEnumerable<TfvcChange>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- itemPath
Type: System.String
- recursion
Type: Microsoft.TeamFoundation.VersionControl.Server.RecursionType
- deletionId
Type: System.Int32
- versionSpec
Type: Microsoft.TeamFoundation.SourceControl.WebApi.ShelvesetVersionSpec
- top
Type: System.Int32
- skip
Type: System.Int32
- propertyFilters
Type: array<System.String[]
- allChangesIncluded
Type: System.Boolean
- shallowItems
Type: System.Boolean
- url
Type: System.Web.Http.Routing.UrlHelper
Return Value
Type: System.Collections.Generic.IEnumerable<TfvcChange>
.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.