Given a Job path, work out its ID
        
Namespace:
SynergyServerScripting.Entities
        Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					Public Shared Function GetProjectIDFromPath( _ 
   ByVal project_path As String, _ 
   ByVal all_parts_are_projects As Boolean, _ 
   ByVal db As IDatabase _ 
) As EntityID
			
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
	 
	Parameters
	- 
		
			project_path
		
	
 
	- 
		Type: string 
		
			the Job path 
		
	 
	- 
		
			all_parts_are_projects
		
	
 
	- 
		Type: bool 
		
			are all parts of the string projects 
		
	 
	- 
		
			db
		
	
 
	- 
		Type: IDatabase 
		
			a database connection 
		
	 
	
		Return Value
	Type: 
EntityID 
		
		the id of the project 
	
	
	 
 
  
	
	
	
	
	
	
		
  
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1