IVersionControlService.Sync Method
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Function Sync ( _
items As String(), _
count As Integer, _
includeAllFilesUnder As String, _
versionStr As String, _
options As VersionControlGetFlags, _
recursion As VersionControlRecursionType _
) As Integer
int Sync(
string[] items,
int count,
string includeAllFilesUnder,
string versionStr,
VersionControlGetFlags options,
VersionControlRecursionType recursion
)
int Sync(
[InAttribute] array<String^>^ items,
int count,
[InAttribute] String^ includeAllFilesUnder,
[InAttribute] String^ versionStr,
[InAttribute] VersionControlGetFlags options,
[InAttribute] VersionControlRecursionType recursion
)
abstract Sync :
items:string[] *
count:int *
includeAllFilesUnder:string *
versionStr:string *
options:VersionControlGetFlags *
recursion:VersionControlRecursionType -> int
function Sync(
items : String[],
count : int,
includeAllFilesUnder : String,
versionStr : String,
options : VersionControlGetFlags,
recursion : VersionControlRecursionType
) : int
Parameters
- items
Type: array<System.String[]
- count
Type: System.Int32
- includeAllFilesUnder
Type: System.String
- versionStr
Type: System.String
Return Value
Type: System.Int32
.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
IVersionControlService Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace