ICommonStructureService3.GetChangedNodesAndProjects Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetChangedNodesAndProjects ( _
startSequenceId As Integer _
) As String
string GetChangedNodesAndProjects(
int startSequenceId
)
String^ GetChangedNodesAndProjects(
int startSequenceId
)
abstract GetChangedNodesAndProjects :
startSequenceId:int -> string
function GetChangedNodesAndProjects(
startSequenceId : int
) : String
Parameters
- startSequenceId
Type: System.Int32
Return Value
Type: System.String
Returns 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.