[This is preliminary documentation and is subject to change.]
Defines whether the attachment is a link to a physical drive or whether it is embedded in the Q-Pulse database.
Namespace:
QPulseWebServices.Contracts.DataAssembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.0.580.15
Syntax
| C# |
|---|
public enum AttachmentStorageType |
Members
| Member name | Description | |
|---|---|---|
| Linked |
The attachment is linked to from within Q-Pulse database
| |
| Embedded |
The Attachment is embedded in the Q-Pulse Database.
|