Use the ICIClientSettings interface SetAppletEnabled method to specify EFT Web Transfer Client applet access setting for a user or User Settings Level. Refer to User Connection Protocols for an illustration of how this and other Client Settings Interface Methods and Properties can be accessed in the Administrator interface.
|
|
This method is available in EFT Server 3.5 and later. |
Signature:
SetAppletEnabled(
[out, optional]VARIANT_BOOL *pInherited,[out, retval] VARIANT_BOOL *pVal);
Example:
Setting the state:
slSettings = SetSettingsLevelSettings("Default Settings")
bEnabled = slSettings.SetAppletEnabled( bInherited )