OpenMetaverse Protocol Library Developers API Documentation
SetPermissions Method (simulator, localIDs, who, permissions, set)
NamespacesOpenMetaverseObjectManagerSetPermissions(Simulator, List < (Of < <' ( UInt32 > ) > > ) , PermissionWho, PermissionMask, Boolean)
Set the permissions on multiple objects
Declaration Syntax
C#
public 
void 
SetPermissions(
        
Simulator 
simulator,
        
List<
uint> 
localIDs,
        
PermissionWho 
who,
        
PermissionMask 
permissions,
        
bool 
set
)
Parameters
simulator ( Simulator)
A reference to the object where the objects reside
localIDs ( List < (Of < ( <' UInt32 > ) > ) > )
An array which contains the IDs of the objects to set the permissions on
who ( PermissionWho)
The new Who mask to set
permissions ( PermissionMask)
Which permission to modify
set ( Boolean)
The new state of permission
See Also

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