Set some user access for a group
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Sub SetGroupAccess( _
ByVal file_id As EntityID, _
ByVal group_id As EntityID, _
ByVal allowed As RoleAccessType, _
ByVal denied As RoleAccessType, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void SetGroupAccess(
EntityID file_id,
EntityID group_id,
RoleAccessType allowed,
RoleAccessType denied,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void SetGroupAccess(
EntityID^ file_id,
EntityID^ group_id,
RoleAccessType allowed,
RoleAccessType denied,
IDatabase^ db
)
This language is not supported or no code example is available.
public static function SetGroupAccess(
file_id : EntityID,
group_id : EntityID,
allowed : RoleAccessType,
denied : RoleAccessType,
db : IDatabase
);
This language is not supported or no code example is available.
Parameters
- file_id
 - 
		Type: EntityID 
		
the id of the file
 
- group_id
 - 
		Type: EntityID 
		
the id of the group
 
- allowed
 - 
		Type: RoleAccessType 
		
any allowed access
 
- denied
 - 
		Type: RoleAccessType 
		
any explicitly denied access
 
- db
 - 
		Type: IDatabase 
		
the db connection