Prev | Next | mainResponder Verbs > mainResponder.members > getMemberName |
mainResponder.members.getMemberName
Syntax |
mainResponder.members.getMemberName (groupname, memberKey)
|
Params |
groupname is either a string containing the name of a top-level table in members.root or the address of a table. memberKey is the key identifying a member of the group specified by groupname. Usually, this is the member's email address.
|
Action |
Locate the member's sub-table in the members sub-table of the membership table by calling mainResponder.members.getMemberTable and try to look up the member's real name in it.
|
Returns |
A string containing the member's real name, or if it has not been specified, the memberKey.
|
Examples |
mainResponder.members.getMemberName ("default", "dave@userland.com") » Dave Winer
|
Notes |
Detailed information about mainResponder's membership group format is available from the Frontier Site.
|
See Also |
mainResponder.members.getMemberTable
|
Prev | Next | mainResponder Verbs > mainResponder.members > getMemberName |