DetectTypeFromFilename
ResourceTypeDetector.DetectTypeFromFilename method
Detects a type from specified filename and returns an instance of respective IResourceType
public static IResourceType DetectTypeFromFilename(string filename)
Parameter | Type | Description |
---|---|---|
filename | String | Input filename, from which this method will try to extract the resultant IResourceType implementation |
Return Value
IResourceType implementation on success or NULL on failure
See Also
- interface IResourceType
- class ResourceTypeDetector
- namespace GroupDocs.Editor.HtmlCss.Resources
- assembly GroupDocs.Editor