IPresentationManagerGetPresentationFormatter Method
|
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IPresentationFormatter GetPresentationFormatter(
string xmlPath,
string presentationTemplateFormatterClassName = null
)
Function GetPresentationFormatter (
xmlPath As String,
Optional presentationTemplateFormatterClassName As String = Nothing
) As IPresentationFormatter
IPresentationFormatter^ GetPresentationFormatter(
String^ xmlPath,
String^ presentationTemplateFormatterClassName = nullptr
)
abstract GetPresentationFormatter :
xmlPath : string *
?presentationTemplateFormatterClassName : string
(* Defaults:
let _presentationTemplateFormatterClassName = defaultArg presentationTemplateFormatterClassName null
*)
-> IPresentationFormatter
Parameters
- xmlPath
- Type: SystemString
[Missing <param name="xmlPath"/> documentation for "M:Ingeniux.CMS.Presentation.IPresentationManager.GetPresentationFormatter(System.String,System.String)"]
- presentationTemplateFormatterClassName (Optional)
- Type: SystemString
[Missing <param name="presentationTemplateFormatterClassName"/> documentation for "M:Ingeniux.CMS.Presentation.IPresentationManager.GetPresentationFormatter(System.String,System.String)"]
Return Value
Type:
IPresentationFormatter[Missing <returns> documentation for "M:Ingeniux.CMS.Presentation.IPresentationManager.GetPresentationFormatter(System.String,System.String)"]
See Also