LotusNotesViewInfo

LotusNotesViewInfo()

Initialisiert eine neue Instanz vonLotusNotesViewInfo Klasse.

public LotusNotesViewInfo()

Siehe auch


LotusNotesViewInfo(FileType, List<Page>, int)

Initialisiert eine neue Instanz vonLotusNotesViewInfo Klasse.

public LotusNotesViewInfo(FileType fileType, List<Page> pages, int notesCount)
Parameter Typ Beschreibung
fileType FileType Der Typ der Datei.
pages List`1 Die Liste der anzuzeigenden Seiten.
notesCount Int32 Die Anzahl der Notizen, die in der Speicherdatei der Lotus-Datenbank enthalten ist.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException Wann geworfenfileType ist Null.
ArgumentNullException Wann geworfenpages ist Null.
ArgumentNullException Wann geworfennotesCount ist Null.

Siehe auch