RepositoryExtensions.Get Method
Called by the client to synchronize the workspace with a given version. Returns a "to do" list of files for the client to download to update the user's local working copies.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function Get ( _
workspaceName As String, _
ownerName As String, _
requests As GetRequest(), _
maxResults As Integer, _
options As Integer, _
propertyNameFilters As String() _
) As List(Of StreamingCollection(Of GetOperation))
[WebMethodAttribute]
public List<StreamingCollection<GetOperation>> Get(
string workspaceName,
string ownerName,
GetRequest[] requests,
int maxResults,
int options,
string[] propertyNameFilters
)
[WebMethodAttribute]
public:
List<StreamingCollection<GetOperation^>^>^ Get(
String^ workspaceName,
String^ ownerName,
array<GetRequest^>^ requests,
int maxResults,
int options,
array<String^>^ propertyNameFilters
)
[<WebMethodAttribute>]
member Get :
workspaceName:string *
ownerName:string *
requests:GetRequest[] *
maxResults:int *
options:int *
propertyNameFilters:string[] -> List<StreamingCollection<GetOperation>>
public function Get(
workspaceName : String,
ownerName : String,
requests : GetRequest[],
maxResults : int,
options : int,
propertyNameFilters : String[]
) : List<StreamingCollection<GetOperation>>
Parameters
workspaceName
Type: System.StringName of workspace to update.
ownerName
Type: System.StringWorkspace owner user name that includes domain.
requests
Type: array<Microsoft.TeamFoundation.VersionControl.Server.GetRequest[]Get operations to perform.
maxResults
Type: System.Int32Limit total number of results that can be returned.
options
Type: System.Int32Bitmap of options for the get operation.
propertyNameFilters
Type: array<System.String[]A list of versioned item properties to return for each GetOperation.
Return Value
Type: System.Collections.Generic.List<StreamingCollection<GetOperation>>
One result per request.
.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.