CellFilePathAttrs Enumeration |
Cell attributes specific to
FilePath cells.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum CellFilePathAttrs
<FlagsAttribute>
Public Enumeration CellFilePathAttrs
Members
| Member name | Value | Description |
---|
| NoTextBoxLock | 2 | Do not lock the cell's TextBox. |
| NoUploadHints | 256 | Do not provide user with upload performance hints on the file browser dialog. |
| DelFileOnRecDelete | 512 | Delete the related file when the record is deleted. |
| DelFileOnFileUpdate | 1024 | Delete the related file when a new file is specified. |
| NoLiveLook | 4096 | Do not present the button with a 'live' look where button image livens when user hovers over it. |
| ReadableFilename | 8192 | When storing the file on the server, use a readable filename (while still making filenames unique). |
| PhysicalPath | 16384 | The folder specified for this field is a physical path, not a virtual directory. |
| OpenInline | 32768 | Open the file inline in the application instead of as a standard getf. |
| OpenInlinePopup | 65536 | Open the file inline in the application in a popup window instead of as a standard getf. |
| NoFileExtDisplay | 131072 | Do not display the file extension to the user. |
| NoUploadDialog | 262144 | Do not present a popup dialog box for the user to select an upload file. |
| ResizeUploadedImage | 524288 | If an uploaded file is an image, the image will be resized and/or an equivalent thumbnail will be created. |
| FileInDB | 1048576 | The uploaded file is stored in the database vs. a path to a file. |
| ZipFiles | 2097152 | After the file has uploaded zip the contents of the file to save file/database resources. File will be automatically unzipped when requested. |
| Reserved | 4194304 | Reserved for future use. |
| AuditDownload | 8388608 | Record file download activity to the audit log. |
| UseDocService | 16777216 | The uploaded file is stored via the specified document storage service, IDocStorageService. |
| DisplayImage | 33554432 | The related file is an image file and should be displayed in place. |
See Also