Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com.

getDeletedUsernameFromEvent

Availability

This routine is available starting with Power Scripts 4.0.0 (server).

Syntax

getDeletedUsernameFromEvent()

Description

Retrieves a string representing the username of the deleted user.

Return value

A string representing the username of the deleted user.

Example

logPrint("INFO", "Result of listener: " + getDeletedUsernameFromEvent());

The result is a string representing the username of the deleted user.

See also