Check out a file
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function CheckoutFile( _
ByVal file_id As EntityID, _
ByVal user_id As EntityID, _
ByVal client_machine_id As String, _
ByVal db As IDatabase _
) As CheckOutInfo
This language is not supported or no code example is available.
public static CheckOutInfo CheckoutFile(
EntityID file_id,
EntityID user_id,
string client_machine_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static CheckOutInfo^ CheckoutFile(
EntityID^ file_id,
EntityID^ user_id,
String^ client_machine_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- file_id
 - 
		Type: EntityID 
		
the id of the file to checkout
 
- user_id
 - 
		Type: EntityID 
		
the id of the user doing the checkout
 
- client_machine_id
 - 
		Type: string 
		
 
- db
 - 
		Type: IDatabase 
		
the database connection
 
Return Value
Type: CheckOutInfoan info object containing the results of the checkout