Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieve all nodes changed and projects deleted after a given non-negative sequence id.
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetChangedNodesAndProjects ( _
firstSequenceId As Integer _
) As String
[WebMethodAttribute]
public string GetChangedNodesAndProjects(
int firstSequenceId
)
[WebMethodAttribute]
public:
String^ GetChangedNodesAndProjects(
int firstSequenceId
)
[<WebMethodAttribute>]
member GetChangedNodesAndProjects :
firstSequenceId:int -> string
public function GetChangedNodesAndProjects(
firstSequenceId : int
) : String
Parameters
- firstSequenceId
Type: System.Int32
Return Value
Type: System.String
.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.