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
- 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.