Classification.GetChangedNodes Method
Retrieves all nodes changed 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 GetChangedNodes ( _
firstSequenceId As Integer _
) As String
[WebMethodAttribute]
public string GetChangedNodes(
int firstSequenceId
)
[WebMethodAttribute]
public:
String^ GetChangedNodes(
int firstSequenceId
)
[<WebMethodAttribute>]
member GetChangedNodes :
firstSequenceId:int -> string
public function GetChangedNodes(
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.