LotusNotesViewInfo

LotusNotesViewInfo()

の新しいインスタンスを初期化しますLotusNotesViewInfoclass.

public LotusNotesViewInfo()

関連項目


LotusNotesViewInfo(FileType, List<Page>, int)

の新しいインスタンスを初期化しますLotusNotesViewInfoclass.

public LotusNotesViewInfo(FileType fileType, List<Page> pages, int notesCount)
パラメータ タイプ 説明
fileType FileType ファイルのタイプ。
pages List`1 表示するページのリスト。
notesCount Int32 Lotus データベース ストレージ ファイルに含まれるメモ数。

例外

例外 調子
ArgumentNullException スローされるタイミングfileType無効である。
ArgumentNullException スローされるタイミングpages無効である。
ArgumentNullException スローされるタイミングnotesCount無効である。

関連項目