I'm trying create a process to automatically create Rights Manager policies for specific users.
It seems the only way to do this is use a create a policy from an existing policy and within that activity set the user for whom I want the policy to apply ( e.g. only they can open the document ).
All going fine - except the variable to define the user ( or users ) is an IUserlist type ( com.adobe.livecycle.userlist.IUserlist ) for which I can't find any documentation regarding it's input parameters.
I've tried all sorts to get around this, but to no avail - does anyone know what the properties of the com.adobe.livecycle.userlist.IUserlist is so that I can set them through xPath?
Cheers - Stuart