ICMSPageGetComponentTemplate Method
|
Gets the presentation fragment template for a particular component id.
If the component doesn't have presentation fragment, returns null.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax ICMSComponentFragmentTemplate GetComponentTemplate(
string componentId
)
Function GetComponentTemplate (
componentId As String
) As ICMSComponentFragmentTemplate
ICMSComponentFragmentTemplate^ GetComponentTemplate(
String^ componentId
)
abstract GetComponentTemplate :
componentId : string -> ICMSComponentFragmentTemplate
Parameters
- componentId
- Type: SystemString
Id of the component to get presentation fragment template from
Return Value
Type:
ICMSComponentFragmentTemplateFormatted presentation fragment template for given component
See Also