[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.100.591.48

Syntax

C#
public enum AttachmentStorageType

Members

Member nameValueDescription
Linked0 The attachment is linked to from within Q-Pulse database
Embedded1 The Attachment is embedded in the Q-Pulse Database.

See Also