ArchiveOptions

ArchiveOptions class

Contains options for rendering the archive files. For details, see the documentation.

public class ArchiveOptions

Constructors

Name Description
ArchiveOptions() Initializes an instance of the ArchiveOptions class.

Properties

Name Description
FileName { get; set; } Sets the displayed archive file name.
Folder { get; set; } Sets the folder to be rendered.
ItemsPerPage { get; set; } Number of records per page (for rendering to HTML only)

See Also