ICMSPageGetComponentTemplate Method Ingeniux DSS Library
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: 9.0.565.0 (9.0.565)
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

Reference