C-DEngine 5.105

TheNMIEngine..::..ParseFacePlateUrl Method (TheThing, String, Boolean, Guid)

Parses a HTML5 FacePlate for Property References

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

Syntax


public static string ParseFacePlateUrl(
	TheThing pBaseThing,
	string pFaceplateURL,
	bool pUrlIsHTML,
	Guid pRequestingNode
)
Public Shared Function ParseFacePlateUrl ( _
	pBaseThing As TheThing, _
	pFaceplateURL As String, _
	pUrlIsHTML As Boolean, _
	pRequestingNode As Guid _
) As String
public:
static String^ ParseFacePlateUrl(
	TheThing^ pBaseThing, 
	String^ pFaceplateURL, 
	bool^ pUrlIsHTML, 
	Guid^ pRequestingNode
)

Parameters

pBaseThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
TheThing that owns the FacePlace
pFaceplateURL
Type: String
URL To the FacePlate
pUrlIsHTML
Type: Boolean
pRequestingNode
Type: Guid
NodeID requesting the parsing. No longer needed as this is called at late binding