LotusNotesViewInfo
LotusNotesViewInfo constructor
Initialisiert eine neue Instanz vonLotusNotesViewInfo
Klasse.
public LotusNotesViewInfo(FileType fileType, IList<Page> pages, int notesCount)
Parameter |
Typ |
Beschreibung |
fileType |
FileType |
Der Typ der Datei. |
pages |
IList`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