|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
Use the ICISite interface AutoCreateHomeFolder property to check if the Server will automatically create a home folder for users, and to either enable or disable the automatic folder creation.
In the EFT Server administration interface, this property is enabled on the Site's Security tab, in the Account Security area.

Signature:
HRESULT AutoCreateHomeFolder([out, retval] VARIANT_BOOL *pVal);
HRESULT AutoCreateHomeFolder([in] VARIANT_BOOL newVal);
True = Enabled
False = Disabled
|
The AutoCreateHomeFolder
property must be set to TRUE before
you can use the AssignFullPermissionsForHomeFolder
property. |