Get information about all files checked out by a user
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetActiveUserCheckouts( _
ByVal user_id As EntityID, _
ByVal restrict_to_project_id As EntityID, _
ByVal db As IDatabase _
) As List(Of CheckoutEntity)
This language is not supported or no code example is available.
public static List<CheckoutEntity> GetActiveUserCheckouts(
EntityID user_id,
EntityID restrict_to_project_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<CheckoutEntity^>^ GetActiveUserCheckouts(
EntityID^ user_id,
EntityID^ restrict_to_project_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- user_id
 - 
		Type: EntityID 
		
<default>
 
- restrict_to_project_id
 - 
		Type: EntityID 
		
 
- db
 - 
		Type: IDatabase 
		
<default>