Determining if the Account Home Folder is the Default Root Folder (GetHomeDirIsRoot)

Use the ICIClientSettings interface GetHomeDirIsRoot method to check if a user account home folder is set as the user's default root folder. Refer to User Account General Settings for an illustration of how this and other Client Settings Interface Methods and Properties can be accessed in the Administrator interface.

Signature:

HRESULT GetHomeDirIsRoot(

[out, optional] VARIANT_BOOL *pInherited,

[out, retval] VARIANT_BOOL *pVal);

0 = No

-1 = Yes

Refer to User Account General Settings for an illustration of how this and other Client Settings Interface Methods and Properties can be accessed in the Administrator interface. This method correlates to the Treat home folder as user's default root folder check box on the user account's General tab.