[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.100.591.48
Syntax
| C# |
|---|
public enum AttachmentStorageType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Linked | 0 | The attachment is linked to from within Q-Pulse database | |
| Embedded | 1 | The Attachment is embedded in the Q-Pulse Database. |