This method deletes the file on the Http server.

Overload list

This method deletes the file on the Http server with specified URI.

[Visual Basic] Public Function DeleteFile(String) As Boolean
[C#] public bool DeleteFile(string)

This method deletes the file on the Http server with specified URI.

[Visual Basic] Public Function DeleteFile(System.Uri) As Boolean
[C#] public bool DeleteFile(System.Uri)

This method deletes the file on the Http server with specified scheme, host name and path name.

[Visual Basic] Public Function DeleteFile(String, String, String) As Boolean
[C#] public bool DeleteFile(string, string, string)

See Also

Http Class | Http Members


The ImageKit.NET3 is created by Newtone Corporation