HttpPostedFileをエミュレートするクラス。ファイルパスから作成可能。
Inheritance Hierarchy
System.WebHttpPostedFileBase
kintoneDotNET.API.TypesPostedFile
Namespace: kintoneDotNET.API.Types
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
The PostedFile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PostedFile | Initializes a new instance of the PostedFile class |
![]() | PostedFile(String) |
受け取ったパスから、FileStreamで読み込みを行いインスタンスを初期化する
|
![]() | PostedFile(String, Stream) |
直接Streamを受け取りインスタンスを初期化する
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | 指定した Object が、現在の Object と等しいかどうかを判断します。 (Inherited from Object.) |
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Inherited from Object.) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Inherited from Object.) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Inherited from Object.) |
![]() | SaveAs | (Overrides HttpPostedFileBaseSaveAs(String).) |
![]() | ToString | 現在の Object を表す String を返します。 (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | ContentLength | (Overrides HttpPostedFileBaseContentLength.) |
![]() | ContentType | (Overrides HttpPostedFileBaseContentType.) |
![]() | FileName | (Overrides HttpPostedFileBaseFileName.) |
![]() | InputStream | (Overrides HttpPostedFileBaseInputStream.) |
Remarks
See Also