Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

SaveDisposition

Grooper.Activities

Specifies the converted document will be saved.

Remarks

The SaveDisposition enum controls how the result of the conversion is stored:

  • : The converted data becomes the primary Content Type for the document. The previous primary type is demoted to secondary.
  • : The converted data is added as a secondary Content Type, preserving the original as primary.
  • : The converted data is saved as a new child Batch Folder under the original document.
  • : The source Content Type is replaced with the target type, removing the original assignment.

Usage Scenarios:

  • Use Primary when the converted data should be the main representation for downstream processing or export.
  • Use Secondary to support multi-type documents or for audit trails.
  • Use Child to create document branches or to preserve both original and converted versions in a parent-child relationship.
  • Use Replacement for full migration to a new type, discarding the original type assignment.

Can be one of the following values:

NameValueDescription
Replacement3Replace the source Content Type with the target type, removing the original assignment.

Used By

Notification