public ContentFile getAvatar(Person person) - returns an
object representing the avatar of the specified person, or null if the person does not have an
avatar.
Parameters
- Person person
- The person for which to return the avatar.
Returns
Returns a ContentFile object representing the avatar of the specified person, or null if the person does not have an avatar.
Exception
Throws an SkyVaultServiceException if the operation cannot be completed.