LotusNotesViewInfo

LotusNotesViewInfo class

Represents view information for Lotus notes database storage

public class LotusNotesViewInfo : ViewInfo

Constructors

Name Description
LotusNotesViewInfo() Initializes new instance of LotusNotesViewInfo class.
LotusNotesViewInfo(FileType, List<Page>, int) Initializes new instance of LotusNotesViewInfo class.

Properties

Name Description
FileType { get; set; } The type of the file.
NotesCount { get; set; } Notes count in storage
Pages { get; set; } The list of pages to view.

Methods

Name Description
override ToString() Returns a string that represents the current object.

See Also