JAVA/CORBA CLASSES


getUserPolicySettings method
Example

Gets a policy document.

Note This method is new with Release 6.5.

Defined in

NotesSession

Syntax

public Document getUserPolicySettings(String server, String name, int type)
   throws NotesException

public Document getUserPolicySettings(String server, String name, int type, String explicitpolicy)
   throws NotesException

Parameters

String server


String name
int type String explicitpolicy
Return value

Document


Usage

See "Policy Documents" in Lotus Domino Administrator Help.

Language cross-reference

GetUserPolicySettings method in LotusScript NotesSession class

Example