Config2_SiteUserMapping

Contains information about whether or not a user is enabled on a CompleteFTP site and their home folder on that site.

Instances of this class are obtained from Config2_SiteUserMappingManager (via Config2_User.siteMapping):

Properties

PropertyTypeDescription
enabled Boolean

Is the current user enabled on this site?

.
homeFolder String

The full virtual file-system path of the current user's home folder on this site.

homeWebApp Object

The home web application for this user on this site.

siteName String

The name of the site.

Property Details

enabled :Boolean

Description:
  • Is the current user enabled on this site?

Is the current user enabled on this site?

Type:
  • Boolean

homeFolder :String

Description:
  • The full virtual file-system path of the current user's home folder on this site.

The full virtual file-system path of the current user's home folder on this site.

Type:
  • String

homeWebApp :Object

Description:
  • The home web application for this user on this site.

The home web application for this user on this site.

Type:
  • Object

(readonly) siteName :String

Description:
  • The name of the site.

The name of the site.

Type:
  • String