IAdmArchiveHomeDirectoryAction

The IAdmArchiveHomeDirectoryAction interface represents the Archive the home directory action.

Inheritance: IAdmAction

Properties

Details

ArchiveFilePath

Gets or sets the target path to the user’s home directory archive. You can use value references in the path (e.g. \SERVER\Share%username%.zip). Value references will be replaced with corresponding property values of the user account whose home folder is archived.

  • Type:
  • string
  • Access:
  • Read/Write

CompressionLevel

Gets or sets the data compression level. The valid range is 1 (fastest compression) to 9 (best but slowest compression).

  • Type:
  • int
  • Access:
  • Read/Write

Requirements

Minimum required version: 2015

See also