putUserIDFile (NotesIDVault - JavaScript™)
Puts a user ID file into the ID vault. The user must first be added into ID Vault by policy.
Defined in
NotesIDVaultSyntax
putUserIDFile(idFilePath:string, username:string, passwd:string, servername:String) : void
Parameter | Description |
---|---|
idFilePath | String. Specifies the id file path that points to where you can extract the id file. |
username | String. Specifies the name of the user whose ID file you are looking for. |
password | String. Specifies the password of the user whose ID file you are looking for. |
servername | String. Specifies the name of server to contact in the search for the ID file. |
Language cross-reference
PutUserIDFile in LotusScript® NotesIDVault class
putUserIDFile in Java™ IDVault class