OpenMetaverse Protocol Library Developers API Documentation
GrantRights Method (friendID, rights)
NamespacesOpenMetaverseFriendsManagerGrantRights(UUID, FriendRights)
Change the rights of a friend avatar.
Declaration Syntax
C#
public 
void 
GrantRights(
        
UUID 
friendID,
        
FriendRights 
rights
)
Parameters
friendID ( UUID)
the of the friend
rights ( FriendRights)
the new rights to give the friend
Remarks
This method will implicitly set the rights to those passed in the rights parameter.
See Also

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)