Specifies how attachments are stored in Xml and as files.

Namespace:  Gallio.Common.Markup
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public enum AttachmentContentDisposition
Visual Basic (Declaration)
Public Enumeration AttachmentContentDisposition

Members

Member nameDescription
Absent
The attachment content is not present.
Link
The attachment content is saved to a linked file indicated by ContentPath.
Inline
The attachment content is included inline as SerializedContents with a given Type.
Format
Formats an object using the default IFormatter.
Format
Formats an object using the specified IFormatter.

See Also