deletiondeadline

<deletionDeadlineConfiguration
<deletionTimeOptions
mandatory
optional
=
boolean

If mandatory, the deletion time has to be given on content creation.

Default: false

<period
longName
required
=
string
relativeTime
required
=
xsd:duration
>
optionalmax. unbounded
</period>
<freeInput
maxPeriod
optional
=
xsd:duration

Defines the maximum period a user can select in the free input. If not given the period is unlimited.

>
optional
</freeInput>
>
required
</deletionTimeOptions>
<emailNotifications
<sender
>
optional
string

Sender (From:) address for notification emails.

</sender>
<deletedSoonNotificationTemplate
<notificationTemplate
<subject
>
required
string

Defines the template that is used for the mail subject. The following placeholders are resolved before sending: {{itemType}}, {{itemName}}, {{deletionDeadline}} and {{itemDetailLink}}

</subject>
<body
>
required
string

Defines the template that is used for the mail body. The following placeholders are resolved before sending: {{itemType}}, {{itemName}}, {{deletionDeadline}} and {{itemDetailLink}}

</body>
>
required
</notificationTemplate>
<timeToDeletion
xsd:duration
>
required

Defines the period in which a mail is sent before an item is deleted.

</timeToDeletion>
>
requiredmax. unbounded

Defines the template that is used for the mail that is sent a defined time before an item is deleted.

</deletedSoonNotificationTemplate>
<deletedNotificationTemplate
<notificationTemplate
<subject
>
required
string

Defines the template that is used for the mail subject. The following placeholders are resolved before sending: {{itemType}}, {{itemName}}, {{deletionDeadline}} and {{itemDetailLink}}

</subject>
<body
>
required
string

Defines the template that is used for the mail body. The following placeholders are resolved before sending: {{itemType}}, {{itemName}}, {{deletionDeadline}} and {{itemDetailLink}}

</body>
>
required
</notificationTemplate>
>
required

Defines the template that is used for the mail that is sent when an object is deleted.

</deletedNotificationTemplate>
>
optional

Optionally define notifications to be sent before deletion of the Projects and/or Workbooks as well as the period of time before the deletion that the email is sent. If not present, no emails will be sent.

</emailNotifications>
>
required
</deletionDeadlineConfiguration>