OpenToolkitInvokerGetDitaTemplPath Method
|
Namespace:
Ingeniux.CMS.Dita.OT
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public static string GetDitaTemplPath(
string xmlFolder
)
Public Shared Function GetDitaTemplPath (
xmlFolder As String
) As String
public:
static String^ GetDitaTemplPath(
String^ xmlFolder
)
static member GetDitaTemplPath :
xmlFolder : string -> string
Parameters
- xmlFolder
- Type: SystemString
[Missing <param name="xmlFolder"/> documentation for "M:Ingeniux.CMS.Dita.OT.OpenToolkitInvoker.GetDitaTemplPath(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Ingeniux.CMS.Dita.OT.OpenToolkitInvoker.GetDitaTemplPath(System.String)"]
See Also