ItemResponse Constructor 

IT Hit WebDAV for .NET

Initializes a new instance of the ItemResponse class.

[Visual Basic]
Public Sub New( _
   ByVal itemPath As String, _
   ByVal response As WebDAVResponse _
)
[C#]
public ItemResponse(
   string itemPath,
   WebDAVResponse response
);

Parameters

itemPath
Path of the item in the hierarchy tree.
response
WebDAV response for the item.

See Also

ItemResponse Class | ITHit.WebDAV.Server.Response Namespace