ICDEScopeManager..::..GetISBPath Method
Gets the isb path.
Namespace:
nsCDEngine.InterfacesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
string GetISBPath( string PathPrefix, cdeSenderType pOriginType, cdeSenderType pDestinationType, long pCounter, Guid pSessionID, bool IsWS )
Function GetISBPath ( _ PathPrefix As String, _ pOriginType As cdeSenderType, _ pDestinationType As cdeSenderType, _ pCounter As Long, _ pSessionID As Guid, _ IsWS As Boolean _ ) As String
String^ GetISBPath( String^ PathPrefix, cdeSenderType^ pOriginType, cdeSenderType^ pDestinationType, long long^ pCounter, Guid^ pSessionID, bool^ IsWS )
Parameters
- PathPrefix
- Type: String
The path prefix.
- pOriginType
- Type: nsCDEngine.ViewModels..::..cdeSenderType
Type of the origin.
- pDestinationType
- Type: nsCDEngine.ViewModels..::..cdeSenderType
Type of the destination.
- pCounter
- Type: Int64
The counter.
- pSessionID
- Type: Guid
The session identifier.
- IsWS
- Type: Boolean
if set to true [is ws].