Take a survey

Developing Applications Using APIs > Protecting Documents with Policies > Modifying Policies > Modify existing policies using the web service API

Modify existing policies using the web service API
To modify an existing policy using the web service API, perform the following tasks:
1.
2.
Using the Microsoft .NET client assembly, create a RightsManagementServiceService object by invoking its default constructor.
3.
Create a PolicySpec object that represents the policy to modify by invoking the RightsManagementServiceService object’s getPolicy method and passing the following values:
4.
Change the policy’s attributes to meet your business requirements. For example, to change the policy’s offline lease period, assign a value to the PolicySpec object’s offlineLeasePeriod data member.
5.
Update the policy by invoking the RightsManagementServiceService object’s updatePolicyFromSDK method and passing the PolicySpec object that represents the policy to update.
View Quick Start
 

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/policiesModifyingPolicies.78.4.html