ICommonStructureService.GetDeletedNodesXml Method
Visual Studio 2008
Gets a set of nodes deleted from a project since a certain time as XML.
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Parameters
- projectUri
- Type: System.String
The name of the project
- since
- Type: System.DateTime
Get all deleted nodes since this time
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>
- 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.