kintoneFile ClasskintoneDotNETHelp
kintone上の添付ファイルフィールド型に対応するためのクラス
Inheritance Hierarchy

SystemObject
  kintoneDotNET.API.TypeskintoneFile

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

public class kintoneFile : IkintoneType

The kintoneFile type exposes the following members.

Constructors

  NameDescription
Public methodkintoneFile
Initializes a new instance of the kintoneFile class
Public methodkintoneFile(String)
Initializes a new instance of the kintoneFile class
Top
Methods

  NameDescription
Public methodDownloadFile
ファイルのダウンロードを行い、HttpResponseで返却する Webサイトなどでファイル出力を行うためのメソッド
Public methodEquals
指定した Object が、現在の Object と等しいかどうかを判断します。
(Inherited from Object.)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetFile
kintoneからfileKeyで指定されたファイルのダウンロードを行う
Public methodGetHashCode
特定の型のハッシュ関数として機能します。
(Inherited from Object.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodToString
現在の Object を表す String を返します。
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertycontentType
Public propertyfileKey
Public propertyname
Public propertysize
Top
Remarks

See Also

Reference