[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.Data
Assembly:  QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.0.590.81

Syntax

C#
public enum AttachmentStorageType

Members

Member nameDescription
Linked
The attachment is linked to from within Q-Pulse database
Embedded
The Attachment is embedded in the Q-Pulse Database.

See Also