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