C# Class Subtext.Web.Admin.DeleteImageCommand

Inheritance: DeleteTitledTargetCommand
显示文件 Open project: ayende/Subtext

Public Methods

Method Description
DeleteImageCommand ( int imageID ) : System
DeleteImageCommand ( int imageID, string imageTitle ) : System
Execute ( ) : string

Private Methods

Method Description
DeleteFile ( string path, string filename ) : void

Method Details

DeleteImageCommand() public method

public DeleteImageCommand ( int imageID ) : System
imageID int
return System

DeleteImageCommand() public method

public DeleteImageCommand ( int imageID, string imageTitle ) : System
imageID int
imageTitle string
return System

Execute() public method

public Execute ( ) : string
return string