LotusNotesViewInfo

LotusNotesViewInfo()

의 새 인스턴스를 초기화합니다.LotusNotesViewInfo 클래스.

public LotusNotesViewInfo()

또한보십시오


LotusNotesViewInfo(FileType, List<Page>, int)

의 새 인스턴스를 초기화합니다.LotusNotesViewInfo 클래스.

public LotusNotesViewInfo(FileType fileType, List<Page> pages, int notesCount)
모수 유형 설명
fileType FileType 파일의 유형입니다.
pages List`1 볼 페이지 목록입니다.
notesCount Int32 Lotus 데이터베이스 저장소 파일에 포함된 메모 수입니다.

예외

예외 상태
ArgumentNullException 언제 던져fileType null입니다.
ArgumentNullException 언제 던져pages null입니다.
ArgumentNullException 언제 던져notesCount null입니다.

또한보십시오