Users

Parent Previous Next

The Users object groups objects of type RepositoryUserRecord together


Syntax

       public class Users


Members

int Count

The number of user records in the list

User GetValue(string username)

Get the record of the given User



Sample

This sample reads the email address of the user with the (account)name "Smith".


mailto = Workflow.Users.GetValue("Smith").Email


also possible:

mailto = Workflow.Users["Smith"].Email