CMSDitaAssetRequestGetDitaRootPath Method
|
Namespace:
Ingeniux.Runtime.Assets.Dita
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax public static string GetDitaRootPath(
IAssetDitaFactory ditaFactory
)
Public Shared Function GetDitaRootPath (
ditaFactory As IAssetDitaFactory
) As String
public:
static String^ GetDitaRootPath(
IAssetDitaFactory^ ditaFactory
)
static member GetDitaRootPath :
ditaFactory : IAssetDitaFactory -> string
Parameters
- ditaFactory
- Type: IAssetDitaFactory
Return Value
Type:
StringSee Also