C-DEngine 5.105

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

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
)
Public Shared Function ParseFacePlateUrl ( _
	pBaseThing As TheThing, _
	pFaceplateURL As String, _
	pUrlIsHTML As Boolean _
) As String
public:
static String^ ParseFacePlateUrl(
	TheThing^ pBaseThing, 
	String^ pFaceplateURL, 
	bool^ pUrlIsHTML
)

Parameters

pBaseThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
TheThing that owns the FacePlace
pFaceplateURL
Type: String
URL To the FacePlate
pUrlIsHTML
Type: Boolean