Click or drag to resize

ICMSComponentFragmentTemplate Interface

Represents the object that contains information on the presentation fragment template for a component

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
public interface ICMSComponentFragmentTemplate

The ICMSComponentFragmentTemplate type exposes the following members.

Properties
  NameDescription
Public propertyExists
Gets whether the template exists for this template. For DSS, if the template file doesn't exist, then this template doesn't exist.
Public propertyPageId
Gets the page ID to which this template belongs.
Top
Methods
  NameDescription
Public methodGetContent
Gets the content of template in stream format.
Top
See Also