ArchiveViewInfo constructor

init

Initializes new instance of ArchiveViewInfo class.

def __init__(self):
    ...

init {#groupdocs.viewer.FileType-System.Collections.Generic.List1[[GroupDocs.Viewer.Results.Page]]-System.Collections.Generic.List1[[System.String]]}

Constructs a new instance of ArchiveViewInfo

def __init__(self, file_type, pages, folders):
    ...
Parameter Type Description
file_type groupdocs.viewer.FileType
pages System.Collections.Generic.List`1[[GroupDocs.Viewer.Results.Page]]
folders System.Collections.Generic.List`1[[System.String]]

See Also