RepositoryExtensions.Rollback Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function Rollback ( _
workspaceName As String, _
workspaceOwner As String, _
items As ItemSpec(), _
itemVersion As VersionSpec, _
from As VersionSpec, _
to As VersionSpec, _
rollbackOptions As Integer, _
lockLevel As LockLevel, _
<OutAttribute> ByRef conflicts As StreamingCollection(Of Conflict), _
<OutAttribute> ByRef failures As StreamingCollection(Of Failure), _
propertyNameFilters As String() _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> Rollback(
string workspaceName,
string workspaceOwner,
ItemSpec[] items,
VersionSpec itemVersion,
VersionSpec from,
VersionSpec to,
int rollbackOptions,
LockLevel lockLevel,
out StreamingCollection<Conflict> conflicts,
out StreamingCollection<Failure> failures,
string[] propertyNameFilters
)
[WebMethodAttribute]
public:
StreamingCollection<GetOperation^>^ Rollback(
String^ workspaceName,
String^ workspaceOwner,
array<ItemSpec^>^ items,
VersionSpec^ itemVersion,
VersionSpec^ from,
VersionSpec^ to,
int rollbackOptions,
LockLevel lockLevel,
[OutAttribute] StreamingCollection<Conflict^>^% conflicts,
[OutAttribute] StreamingCollection<Failure^>^% failures,
array<String^>^ propertyNameFilters
)
[<WebMethodAttribute>]
member Rollback :
workspaceName:string *
workspaceOwner:string *
items:ItemSpec[] *
itemVersion:VersionSpec *
from:VersionSpec *
to:VersionSpec *
rollbackOptions:int *
lockLevel:LockLevel *
conflicts:StreamingCollection<Conflict> byref *
failures:StreamingCollection<Failure> byref *
propertyNameFilters:string[] -> StreamingCollection<GetOperation>
public function Rollback(
workspaceName : String,
workspaceOwner : String,
items : ItemSpec[],
itemVersion : VersionSpec,
from : VersionSpec,
to : VersionSpec,
rollbackOptions : int,
lockLevel : LockLevel,
conflicts : StreamingCollection<Conflict>,
failures : StreamingCollection<Failure>,
propertyNameFilters : String[]
) : StreamingCollection<GetOperation>
Parameters
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
- items
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- itemVersion
Type: Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
- rollbackOptions
Type: System.Int32
- lockLevel
Type: Microsoft.TeamFoundation.VersionControl.Server.LockLevel
- conflicts
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Conflict>%
- failures
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>%
- propertyNameFilters
Type: array<System.String[]
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
.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.