IAdmShareHomeDirectoryAction

The IAdmShareHomeDirectoryAction interface represents the Share the home directory action.

Inheritance: IAdmAction

Properties

  • Property

  • Description

  • ShareName

  • Gets or sets the name of the home directory share.

  • Comment

  • Gets or sets an optional comment for the home directory share.

  • UserLimit

  • Gets or sets the maximum number of concurrent connections that the shared directory can accommodate.

  • UserAccessPermissions

  • Gets or sets the user's access permissions that will be applied to the home directory.

  • EveryoneAccessPermissions

  • Gets or sets access permissions for Everyone that will be applied to the user's home directory.

Details

ShareName

Gets or sets the name of the home directory share. You can use value references in the share name (e.g. %username%). Value references will be replaced with corresponding property values of the user account on which the action is executed.

  • Type:
  • string
  • Access:
  • Read/Write

Comment

Gets or sets an optional comment for the home directory share. The comment can contain additional information for users browsing the network.

  • Type:
  • string
  • Access:
  • Read/Write

UserLimit

Gets or sets the maximum number of concurrent connections that the shared directory can accommodate. When set to -1, the number of concurrent connections is unlimited.

  • Type:
  • int
  • Access:
  • Read/Write

UserAccessPermissions

Gets or sets the user's access permissions that will be applied to the home directory.


EveryoneAccessPermissions

Gets or sets access permissions for Everyone that will be applied to the user's home directory.


Requirements

Minimum required version: 2009.1

See also