public boolean isMember(Site site, Person person) - returns
true is the specified person is a member of the specified site.
Attention: This method was introduced with SDK version 1.3.
Parameters
- Site site
- The site to check
- Person person
- The person to check membership for.
Returns
Returns a boolean, true of the specified person is a member of the specified site, false otherwise.