Classification.GetDeletedNodesXml Method

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetDeletedNodesXml ( _
    projectUri As String, _
    since As DateTime _
) As XmlElement
[WebMethodAttribute]
public XmlElement GetDeletedNodesXml(
    string projectUri,
    DateTime since
)
[WebMethodAttribute]
public:
XmlElement^ GetDeletedNodesXml(
    String^ projectUri, 
    DateTime since
)
[<WebMethodAttribute>]
member GetDeletedNodesXml : 
        projectUri:string * 
        since:DateTime -> XmlElement
public function GetDeletedNodesXml(
    projectUri : String, 
    since : DateTime
) : XmlElement

Parameters

Return Value

Type: System.Xml.XmlElement
Returns XmlElement.

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Integration.Server Namespace