Given some synergy path of the format A/B/C, work out what it is and what the id is

Namespace: SynergyClientAPI
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function GetEntityIDAndTypeFromPath( _ 
ByVal path As String
) As DataOperationResponse(Of Tuple(Of EntityID, EntityType))
This language is not supported or no code example is available.
public static DataOperationResponse<Tuple<EntityID, EntityType>> GetEntityIDAndTypeFromPath( 
string path 
)
This language is not supported or no code example is available.
public:  
static DataOperationResponse<Tuple<EntityID^, EntityType>^>^ GetEntityIDAndTypeFromPath( 
String^ path 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

path
Type: string

the path of the entity

Return Value

Type: DataOperationResponse<Tuple<EntityID, EntityType>>

a DataOperationResponse containing the status of the answer and a tuple of the EntityID and Type that was found, if any

There is no need to include the server address, as you should already be connected at this point

.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