Set some user access for a folder
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Sub SetUserAccess( _
ByVal folder_id As EntityID, _
ByVal user_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 SetUserAccess(
EntityID folder_id,
EntityID user_id,
RoleAccessType allowed,
RoleAccessType denied,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void SetUserAccess(
EntityID^ folder_id,
EntityID^ user_id,
RoleAccessType allowed,
RoleAccessType denied,
IDatabase^ db
)
This language is not supported or no code example is available.
public static function SetUserAccess(
folder_id : EntityID,
user_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
 
- user_id
 - 
		Type: EntityID 
		
the id of the user
 
- allowed
 - 
		Type: RoleAccessType 
		
the allowed access
 
- denied
 - 
		Type: RoleAccessType 
		
the denied access
 
- db
 - 
		Type: IDatabase 
		
the db connection