C-DEngine 5.105

TheNMIEngine..::..ParseFacePlate Method (TheThing, String, Guid)

Note: This API is now obsolete.
Parses a HTML5 FacePlate for Property References, this hsas Moved to Late Binding in TheFormGenerator.GetPermittedFields and is no longer required as a public call

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

Syntax


[ObsoleteAttribute]
public static string ParseFacePlate(
	TheThing pBaseThing,
	string pHTML,
	Guid pRequestingNode
)
<ObsoleteAttribute> _
Public Shared Function ParseFacePlate ( _
	pBaseThing As TheThing, _
	pHTML As String, _
	pRequestingNode As Guid _
) As String
[ObsoleteAttribute]
public:
static String^ ParseFacePlate(
	TheThing^ pBaseThing, 
	String^ pHTML, 
	Guid^ pRequestingNode
)

Parameters

pBaseThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
TheThing that owns the FacePlace
pHTML
Type: String
HTML of the FacePlate
pRequestingNode
Type: Guid
Node that requested the FacePlate

Return Value