Project.GetLocationFromURIPath Method
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
- string
<default>
- start_project_id
- EntityID
- user_id
- EntityID
<default>
- db
- IDatabase
<default>