PostedFile ClasskintoneDotNETHelp
HttpPostedFileをエミュレートするクラス。ファイルパスから作成可能。
Inheritance Hierarchy

SystemObject
  System.WebHttpPostedFileBase
    kintoneDotNET.API.TypesPostedFile

Namespace: kintoneDotNET.API.Types
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax

public class PostedFile : HttpPostedFileBase

The PostedFile type exposes the following members.

Constructors

  NameDescription
Public methodPostedFile
Initializes a new instance of the PostedFile class
Public methodPostedFile(String)
受け取ったパスから、FileStreamで読み込みを行いインスタンスを初期化する
Public methodPostedFile(String, Stream)
直接Streamを受け取りインスタンスを初期化する
Top
Methods

  NameDescription
Public methodEquals
指定した Object が、現在の Object と等しいかどうかを判断します。
(Inherited from Object.)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodSaveAs (Overrides HttpPostedFileBaseSaveAs(String).)
Public methodToString
現在の Object を表す String を返します。
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyContentLength (Overrides HttpPostedFileBaseContentLength.)
Public propertyContentType (Overrides HttpPostedFileBaseContentType.)
Public propertyFileName (Overrides HttpPostedFileBaseFileName.)
Public propertyInputStream (Overrides HttpPostedFileBaseInputStream.)
Top
Remarks

See Also

Reference