.

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

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