.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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