C-DEngine 5.105

ICDEScopeManager..::..ParseISBPath Method

Parses the isb path.

Namespace:  nsCDEngine.Interfaces
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


bool ParseISBPath(
	string pRealPage,
	out Nullable<Guid> pSessionID,
	out cdeSenderType pType,
	out long pFID,
	out string pVersion
)
Function ParseISBPath ( _
	pRealPage As String, _
	<OutAttribute> ByRef pSessionID As Nullable(Of Guid), _
	<OutAttribute> ByRef pType As cdeSenderType, _
	<OutAttribute> ByRef pFID As Long, _
	<OutAttribute> ByRef pVersion As String _
) As Boolean
bool^ ParseISBPath(
	String^ pRealPage, 
	[OutAttribute] Nullable<Guid^>% pSessionID, 
	[OutAttribute] cdeSenderType^% pType, 
	[OutAttribute] long long^% pFID, 
	[OutAttribute] String^% pVersion
)

Parameters

pRealPage
Type: String
The real page.
pSessionID
Type: Nullable<(Of <(<'Guid>)>)>%
The session identifier.
pType
Type: nsCDEngine.ViewModels..::..cdeSenderType%
Type of the sender.
pFID
Type: Int64%
The fid.
pVersion
Type: String%
The version.

Return Value

true if XXXX, false otherwise.