The ArchiveOldVersionsJob class represents a job that moves old versions of objects to a content package.
Clone | Creates a clone of this object. |
AtLeastNDaysOlder | Specifies whether to include only object versions at least N days older than the current version. |
AtLeastNVersionsOlder | Specifies whether to include only object versions at least N versions older than the current version. |
CheckedInBefore | Specifies whether to include only object versions checked in before the specified time. |
Flags | Specifies additional options as bit flags. Only MFExportContentFlagDestroyAfterExport and MFExportContentFlagClearArchivalMarker are supported. |
Impersonation | Impersonation information to specify the access to the target files. |
MarkedForArchiving | Specifies whether to include only objects that are marked for archiving. |
NoVersionTag | Specifies whether to include only object versions that have no version tag. |
TargetLocation | The full path to the target location on server. |
UseAtLeastNDaysOlder | Specifies whether to use the AtLeastNDaysOlder value. |
UseAtLeastNVersionsOlder | Specifies whether to use the AtLeastNVersionsOlder value. |
UseCheckedInBefore | Specifies whether to use the CheckedInBefore value. |