ProjectManagementViewInfo constructor

init

Initializes new instance of ProjectManagementViewInfo class.

def __init__(self):
    ...

init {#groupdocs.viewer.FileType-System.Collections.Generic.List`1[[GroupDocs.Viewer.Results.Page]]-System.DateTime-System.DateTime}

Constructs a new instance of ProjectManagementViewInfo

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

See Also