LOTUSSCRIPT/COM/OLE CLASSES


GetUserPolicySettings method
Example

Gets a policy document.

Note This method is new with Release 6.

Defined in

NotesSession

Syntax

notesDocument = notesSession.GetUserPolicySettings( server$ , name$ , type% , [explicitPolicy$] , [reserved$] )

Parameters

server$


name$
type% explicitPolicy$
reserved$
Return value

notesDocument


Usage

See "Policy Documents" in Lotus Domino Administrator Help.

Language cross-reference

getUserPolicySettings method in Java Session class

Example