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.
public static EntityID GetProjectIDFromPath( 
string project_path
bool all_parts_are_projects
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static EntityID^ GetProjectIDFromPath( 
String^ project_path
bool all_parts_are_projects
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function GetProjectIDFromPath( 
project_path : String
all_parts_are_projects : boolean
db : IDatabase 
) : EntityID;
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