Get the folder info for a folder
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetFolder( _
ByVal folder_id As EntityID, _
ByVal retrieve_attributes As Boolean, _
ByVal db As IDatabase _
) As ProjectFolder
This language is not supported or no code example is available.
public static ProjectFolder GetFolder(
EntityID folder_id,
bool retrieve_attributes,
IDatabase db
)
This language is not supported or no code example is available.
public:
static ProjectFolder^ GetFolder(
EntityID^ folder_id,
bool retrieve_attributes,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- folder_id
 - 
		Type: EntityID 
		
the folder id
 
- retrieve_attributes
 - 
		Type: bool 
		
 
- db
 - 
		Type: IDatabase 
		
the database connection
 
Return Value
Type: ProjectFoldera folder info object