Set the folder type
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
		
		
			
	
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Sub SetFolderType( _
ByVal folder_id As EntityID, _
ByVal type As FolderType, _
ByVal recursive As Boolean, _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
Parameters
- folder_id
 - 
		Type: EntityID 
		
the id of hte folder
 
- type
 - 
		Type: FolderType 
		
the type of folder
 
- recursive
 - 
		Type: bool 
		
whether or not this should be done recursively (generally, yes)
 
- user_id
 - 
		Type: EntityID 
		
the user doing the set
 
- db
 - 
		Type: IDatabase 
		
the db connection to use