LotusNotesViewInfo

LotusNotesViewInfo()

Initializes new instance of LotusNotesViewInfo class.

public LotusNotesViewInfo()

See Also


LotusNotesViewInfo(FileType, List<Page>, int)

Initializes new instance of LotusNotesViewInfo class.

public LotusNotesViewInfo(FileType fileType, List<Page> pages, int notesCount)
Parameter Type Description
fileType FileType The type of the file.
pages List`1 The list of pages to view.
notesCount Int32 The notes count contained by the Lotus database storage file.

Exceptions

exception condition
ArgumentNullException Thrown when fileType is null.
ArgumentNullException Thrown when pages is null.
ArgumentNullException Thrown when notesCount is null.

See Also