
Use the ICISite interface AssignFullPermissionsForHomeFolder property to check if new users will have full permissions in their home folders, and to either grant or deny users full permissions to their home folders.
In the Administrator interface, this property is enabled on the Site's Security tab, in the Account Security area.

Signature:
HRESULT AssignFullPermissionsForHomeFolder([out, retval] VARIANT_BOOL *pVal);
HRESULT AssignFullPermissionsForHomeFolder([in] VARIANT_BOOL newVal);
True = Granted (check box selected)
False = Denied (check box cleared)
|
|
The AutoCreateHomeFolder
property must be set to TRUE before
you can use this property. |