Represent the options for add file(s) to archive.
Declaring type: AddOptions
Namespace: Cake3
Assembly: Cake3
Collapse/Expand Public Enumerations
  Name Description
Public Enumeration folderMode Represent how folder information is stored in archive.
Collapse/Expand Public Fields
  Name Description
Public Field addCompressLevel Get or sets the compress level.
Public Field addFile Get or sets a list of file to be added to the archive.
Public Field addFolder Get or sets how folder information is stored in archive.
Public Field addOptionsEx Get or sets archiver based options.
Public Field archiveName Gets of sets the filename of the archive.
Public Field baseFolder Get or sets the base folder. (require addFolder = folderMode.relative)
Public Field password Gets or sets the archive password for add.
Collapse/Expand Public Constructors
  Name Description
Public Method AddOptions Overloaded. Initializes a new instance of the AddOptions class.