IPublishingTargetPresentationFormatter Property
|
Gets/sets the full class name of the formatter for presentations formatting on this Publishing Target.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string PresentationFormatter { get; set; }
Property PresentationFormatter As String
Get
Set
property String^ PresentationFormatter {
String^ get ();
void set (String^ value);
}
abstract PresentationFormatter : string with get, set
Property Value
Type:
StringRemarks If not explicitly set, or set to null or empty, this property returns the value
in the settings at the "Presentations/Formatter" section.
See Also