Group

Group

Represents a user group in CompleteFTP. Instances of this class should be obtained using GroupManager.get.

Members

(readonly) createdTime :Date

Description:
  • The date and time when this group was created.

Source:

The date and time when this group was created.

Type:
  • Date

(readonly) id :String

Description:
  • The ID of this group.

Source:

The ID of this group.

Type:
  • String

(readonly) inbuilt :Boolean

Description:
  • Is this an inbuilt group that is created automatically during installation?

Source:

Is this an inbuilt group that is created automatically during installation?

Type:
  • Boolean

members :Members

Description:
  • An object that allows members of this group to be managed.

Source:

An object that allows members of this group to be managed.

Type:

(readonly) modifiedTime :Date

Description:
  • The date and time when this group was last modified.

Source:

The date and time when this group was last modified.

Type:
  • Date

name :String

Description:
  • The name of this group. Group names must be unique.

Source:

The name of this group. Group names must be unique.

Type:
  • String

Methods

remove()

Description:
  • Deletes this group.

Source: