
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 Administrator 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. |