identity properties

corporation

email

loginName

name

corporation

The corporation name that the user has entered in the Identity preferences panel.

Type

String

Access

R/W

email

The email address that the user has entered in the Identity preferences panel.

Type

String

Access

R/W

loginName

The login name as registered by the operating system.

Type

String

Access

R

name

The user name that the user entered in the Identity preferences panel.

Type

String

Access

R/W

Example

The following can be executed in the console, or, perhaps, a folder-level JavaScript.

   console.println("Your name is " + identity.name);

   console.println("Your e-mail is " + identity.email);