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