Get the access type a user has to this folder
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetUserAccess( _
ByVal folder_id As EntityID, _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
) As RoleAccessType
This language is not supported or no code example is available.
public static RoleAccessType GetUserAccess(
EntityID folder_id,
EntityID user_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static RoleAccessType GetUserAccess(
EntityID^ folder_id,
EntityID^ user_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- folder_id
 - 
		Type: EntityID 
		
the folder id
 
- user_id
 - 
		Type: EntityID 
		
the user id
 
- db
 - 
		Type: IDatabase 
		
the database connection
 
Return Value
Type: RoleAccessTypethe type of access available