Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IRole.Store Method 

Refresh the access levels and members contained in this role instance.

void Store();

Remarks

Any modifications to IRole will not be stored permanently until this method is called.

Exceptions

Exception Type Condition
CollaborationException Any invalid IDs are being added to the role with AddMember method prior to this call, with a detailed message denoting all the invalid ids.
SoapException There is a communication problem during the execution of the remote method call.

See Also

IRole Interface | Plumtree.Remote.PRC.Collaboration.Security Namespace