Helper method to get a location from a uri path
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetLocationFromURIPath( _
ByVal uri_path As String, _
ByVal start_project_id As EntityID, _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
) As ConnectToURIResponse
This language is not supported or no code example is available.
public static ConnectToURIResponse GetLocationFromURIPath(
string uri_path,
EntityID start_project_id,
EntityID user_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static ConnectToURIResponse^ GetLocationFromURIPath(
String^ uri_path,
EntityID^ start_project_id,
EntityID^ user_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- uri_path
 - 
		Type: string 
		
<default>
 
- start_project_id
 - 
		Type: EntityID 
		
 
- user_id
 - 
		Type: EntityID 
		
<default>
 
- db
 - 
		Type: IDatabase 
		
<default>