ASP.NET Web API コントロール
DeleteFile メソッド

C1.Web.Api アセンブリ > C1.Web.Api.Storage 名前空間 > StorageController クラス : DeleteFile メソッド
パス。
ファイル名
指定されたパスのファイルを削除します。
シンタックス
'宣言
 
Public Function DeleteFile( _
   ByVal path As System.String, _
   Optional ByVal subpath As System.String _
) As System.Web.Http.IHttpActionResult
public System.Web.Http.IHttpActionResult DeleteFile( 
   System.string path,
   System.string subpath
)

パラメータ

path
パス。
subpath
ファイル名

戻り値の型

結果。
参照

StorageController クラス
StorageController メンバ