Click or drag to resize

AttachmentFileExtension Property

Gets the file extension.

Namespace:  ConneXion
Assembly:  ConneXion (in ConneXion.dll) Version: 2020.0
Syntax
public string FileExtension { get; set; }

Property Value

Type: String
The file extension.
Remarks
Note Note
  • Name - FileExtension
  • Read only
Tip Tip

Possible values

The left side represents what is stored in the database and the right side represents the files original extension.

  • DOX = DOCX
  • DOM = DOCM
  • DTX = DOTX
  • DTM = DOTM
  • XLX = XLSX
  • XLM = XLSM
  • XTX = XLTX
  • XTM = XLTM
  • XSB = XLSB
  • PPX = PPTX
  • PPM = PPTM
  • PTX = POTX
  • PTM = POTM
  • PSX = PPSX
  • PSM = PPSM
  • SLX = SLDX
  • SLM = SLDM
  • HTX = HTML
  • JPX = JPEG
See Also