Get information about all groups who can access a category
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetAllRoleAccess( _
ByVal category_id As EntityID, _
ByVal db As IDatabase _
) As List(Of RoleAccessInfo)
This language is not supported or no code example is available.
public static List<RoleAccessInfo> GetAllRoleAccess(
EntityID category_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<RoleAccessInfo^>^ GetAllRoleAccess(
EntityID^ category_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- category_id
 - 
		Type: EntityID 
		
the category id
 
- db
 - 
		Type: IDatabase 
		
the db connection
 
Return Value
Type: List<RoleAccessInfo>the list of users