ArchiveViewInfo

ArchiveViewInfo()

Initializes new instance of ArchiveViewInfo class.

public ArchiveViewInfo()

See Also


ArchiveViewInfo(FileType, List<Page>, List<string>)

Initializes new instance of ArchiveViewInfo class.

public ArchiveViewInfo(FileType fileType, List<Page> pages, List<string> folders)
Parameter Type Description
fileType FileType The type of the file.
pages List`1 The list of pages to view.
folders List`1 The list of folders contained by the archive file.

Exceptions

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

See Also