Class: Group

Group

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

Members

(readonly) createdTime :Date

The date and time when this group was created.

Type:
  • Date

(readonly) id :String

The ID of this group.

Type:
  • String

(readonly) inbuilt :Boolean

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

Type:
  • Boolean

members :Members

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

Type:

(readonly) modifiedTime :Date

The date and time when this group was last modified.

Type:
  • Date

name :String

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

Type:
  • String

Methods

remove()

Deletes this group.