ICMSComponentFragmentTemplateGetContent Method
|
Gets the content of template in stream format.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax HtmlDocument GetContent()
Function GetContent As HtmlDocument
HtmlDocument^ GetContent()
abstract GetContent : unit -> HtmlDocument
Return Value
Type:
HtmlDocumentTemplate content htmldoc. If template doesn't exist or is a bad template, this method returns null
See Also