Method: ExportEncrypted for RegisteredDataPlugin <Navigator>
- Updated2024-09-12
- 1 minute(s) read
DIAdem NAVIGATOR > Methods > Method: ExportEncrypted for RegisteredDataPlugin <Navigator>
Method: ExportEncrypted for RegisteredDataPlugin <Navigator>
Exports an encrypted DataPlugin registered on your computer into a URI file.
bExportEncrypted = Object.ExportEncrypted(Name)
| Object | RegisteredDataPlugin <Navigator> Object with this method |
| Name | String Specifies the path and the name of the URI file into which you export the encrypted DataPlugin. |
| bExportEncrypted | Boolean Specifies whether DIAdem exported the DataPlugin successfully (TRUE) or not (FALSE). |
The following example exports the LGR DataPlugin into the encrypted URI file LGRCrypt_New.uri:
| VBScript | Python |
Dim oMyDataPlugin, oMyDataPlugins, bExport Set oMyDataPlugins = Navigator.Settings.RegisteredDataPlugins Set oMyDataPlugin = oMyDataPlugins("LGR") bExport = oMyDataPlugin.ExportEncrypted("D:\LGRCrypt_New.uri")
See Also
Related Topics
Command: ExecuteExclusiveBegin | Command: ExecuteExclusiveEnd | Command: ExecuteExclusiveEndAll