Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetDeletedNodesXml ( _
    projectUri As String, _
    since As DateTime _
) As XmlElement
XmlElement GetDeletedNodesXml(
    string projectUri,
    DateTime since
)
XmlElement^ GetDeletedNodesXml(
    String^ projectUri, 
    DateTime since
)
abstract GetDeletedNodesXml : 
        projectUri:string * 
        since:DateTime -> XmlElement
function GetDeletedNodesXml(
    projectUri : String, 
    since : DateTime
) : XmlElement
Parameters
- projectUri
 Type: System.String
- since
 Type: System.DateTime
Return Value
Type: System.Xml.XmlElement
Returns XmlElement.
.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.