ICommonStructureService.GetDeletedNodesXml Method

Gets a set of nodes deleted from a project since a certain time as XML.

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Function GetDeletedNodesXml ( _
    projectUri As String, _
    since As DateTime _
) As XmlElement
'Usage
Dim instance As ICommonStructureService 
Dim projectUri As String 
Dim since As DateTime 
Dim returnValue As XmlElement 

returnValue = instance.GetDeletedNodesXml(projectUri, _
    since)
XmlElement GetDeletedNodesXml(
    string projectUri,
    DateTime since
)
XmlElement^ GetDeletedNodesXml(
    String^ projectUri, 
    DateTime since
)
function GetDeletedNodesXml(
    projectUri : String, 
    since : DateTime
) : XmlElement

Parameters

Return Value

Type: System.Xml.XmlElement
An XMLElement containing the definition of the structure.

Remarks

The structure type and name of returned nodes are represented as Node attributes, as in the following structure. The Children and Properties nodes are optional.

<Nodes>

<Node StructureType = "ProjectModelHierarchy" Name= "RootNodeName">

<Children\>

<Properties\>

</Node>

<Node StructureType = "ProjectLifecycle" Name= "RootNodeName">

<Children\>

<Properties\>

</Node>

</Nodes>

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

ICommonStructureService Members

Microsoft.TeamFoundation.Server Namespace