C# Class SenseNet.Services.WebDav.Delete

Inheritance: IHttpMethod
Mostrar archivo Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
Delete ( WebDavHandler handler ) : System
HandleMethod ( ) : void

Private Methods

Method Description
GetAccessDenyErrorResponse ( string path ) : System.Xml.XmlTextWriter
GetLockedErrorResponse ( string path ) : System.Xml.XmlTextWriter

Method Details

Delete() public method

public Delete ( WebDavHandler handler ) : System
handler WebDavHandler
return System

HandleMethod() public method

public HandleMethod ( ) : void
return void