Check a folder back in
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
		
		
			
	
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function CheckInFolder( _
ByVal folder_id As EntityID, _
ByVal keep_check_out As Boolean, _
ByVal user_id As EntityID, _
ByVal recursive As Boolean, _
ByVal description As String, _
ByVal version As Integer, _
ByVal parent_is_deleted As Boolean, _
ByVal db As IDatabase, _
ByVal states As Dictionary(Of EntityID, FolderState) _
) As EntityID
This language is not supported or no code example is available.
Parameters
- folder_id
 - 
		Type: EntityID 
		
the id of the folder
 
- keep_check_out
 - 
		Type: bool 
		
whether or not to keep the checkout
 
- user_id
 - 
		Type: EntityID 
		
the id of the user performing the check in
 
- recursive
 - 
		Type: bool 
		
if we should perform a recursive check in
 
- description
 - 
		Type: string 
		
the change description
 
- version
 - 
		Type: int 
		
 
- parent_is_deleted
 - 
		Type: bool 
		
 
- db
 - 
		Type: IDatabase 
		
the db db to use
 
- states
 - 
		Type: Dictionary<EntityID, FolderState> 
		
 
Return Value
Type: EntityIDthe change id for the top level folder