Set some group access for a folder
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Sub SetGroupAccess( _
ByVal folder_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 folder_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^ folder_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(
folder_id : EntityID,
group_id : EntityID,
allowed : RoleAccessType,
denied : RoleAccessType,
db : IDatabase
);
This language is not supported or no code example is available.
Parameters
- folder_id
 - 
		Type: EntityID 
		
the id of the folder
 
- group_id
 - 
		Type: EntityID 
		
the id of the group
 
- allowed
 - 
		Type: RoleAccessType 
		
the allowed access
 
- denied
 - 
		Type: RoleAccessType 
		
the denied access
 
- db
 - 
		Type: IDatabase 
		
the db connection