Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetTDProjectFromPath( _
ByVal path As String, _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
) As TDProjectInfo
This language is not supported or no code example is available.
public static TDProjectInfo GetTDProjectFromPath(
string path,
EntityID user_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static TDProjectInfo^ GetTDProjectFromPath(
String^ path,
EntityID^ user_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- path
 - 
		Type: string 
		
 
- user_id
 - 
		Type: EntityID 
		
 
- db
 - 
		Type: IDatabase