syncUserIDFile (NotesIDVault - JavaScript™)
Lets you update (synchronize) a user ID file in the ID vault with one from a local path.
Defined in
NotesIDVaultSyntax
syncUserIDFile(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. |
passwd | 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
SyncUserIDFile in LotusScript® NotesIDVault class
syncUserIDFile in Java™ IDVault class