Classification3.GetChangedNodesAndProjects Method

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

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

Classification3 Class

Microsoft.TeamFoundation.Integration.Server Namespace