NativeFileSO

Keiwando.NFSO.SupportedFileType

instance property

Extension

public string Extension

Summary

The extension(s) of this file type. Separate multiple extensions with a pipe (|).

Examples

Here's how the JPEG preset is defined with two possible extensions:

 public static readonly SupportedFileType JPEG = new SupportedFileType {
 	Name = "JPEG Image",
 	Extension = "jpg|jpeg",
    Owner = false,
    AppleUTI = "public.jpeg",
    MimeType = "image/jpeg"
 };