 |
AttachmentFileExtension Property |
Gets the file extension.
Namespace:
ConneXion
Assembly:
ConneXion (in ConneXion.dll) Version: 2020.0
Syntaxpublic string FileExtension { get; set; }
Public Property FileExtension As String
Get
Set
Property Value
Type:
StringThe file extension.
Remarks Note |
---|
- Name - FileExtension
- Read only
|
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