Click or drag to resize

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
)

Parameters

componentId
Type: SystemString
Id of the component to get presentation fragment template from

Return Value

Type: ICMSComponentFragmentTemplate
Formatted presentation fragment template for given component
See Also