UNSOLVED

Nyk_Cappelaere

updated

17 years ago

0

2394

June 17th, 2009 07:00

Event based retention

Hi all

Using US2 as test system, I'm trying to store a document with event based retention using (as defined in the examples):

xSet.applyRetentionDurationPolicy("event", true, "10min");

I get an error saying the parameters are incorrect.

xSet.applyBaseRetentionPolicy(true, "10min");

however does work ok. In the manual there's something about using .xset.retention. .duration.policy instead of "event". How do I retrieve all possible retention ids?

Tnx for any input

Nyk