C# Class SenseNet.Services.WebDav.Delete

Inheritance: IHttpMethod
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( WebDavHandler handler ) : System
HandleMethod ( ) : void

Private Methods

Méthode Description
GetAccessDenyErrorResponse ( string path ) : System.Xml.XmlTextWriter
GetLockedErrorResponse ( string path ) : System.Xml.XmlTextWriter

Method Details

Delete() public méthode

public Delete ( WebDavHandler handler ) : System
handler WebDavHandler
Résultat System

HandleMethod() public méthode

public HandleMethod ( ) : void
Résultat void