Click or drag to resize

IArchiver Interface


Represents an archiver that can archive objects of a specific type

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface IArchiver

The IArchiver type exposes the following members.

Properties
 NameDescription
Public propertyGroupSize Gets/sets the number of "Archive" method to be called for archiver to considering archiving
Top
Methods
 NameDescription
Public methodArchiveT Gets the type of the object that this archiver can archive
Public methodGetArchiveSettings Gets the archive settings for the specified type
Public methodRunArchiveTask Run the archive task for the specified type
Public methodSaveArchiveSettings Save the archive settings for the specified type
Top
See Also