Helper method to get a location from a uri path

Namespace: SynergyServerScripting.Entities
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.
public static function GetLocationFromURIPath( 
uri_path : String
start_project_id : EntityID
user_id : EntityID
db : IDatabase 
) : ConnectToURIResponse;
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>

Return Value

Type: ConnectToURIResponse

.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