Attachment Members

Include Protected Members
Include Inherited Members

Contains a file attachment.

The Attachment type exposes the following members.

Properties

  Name Description
Public property AttachmentID Gets the attachment identifier.
Public property ContentState Gets the content state, which indicates whether the local system has the current attachment contents.
Public property CreatedBy Gets the name of the workspace member who created the attachment.
Public property CreatedByURL Gets the identity URL of the workspace member who created the attachment
Public property DateCreated Gets the date and time that the attachment was created.
Public property DateModified Gets the date and time that the attachment was last modified.
Public property HasConflict Tests if the attachment has conflict attachments.
Public property ModifiedBy Gets the name of the workspace member who last modified the attachment.
Public property ModifiedURL Gets the identity URL of the workspace member who last modified the attachment.
Public property Name Gets the file name of the attachment.
Public property ParentID Gets the RecordID of the DataRow containing the attachment.
Public property Size Gets the size of the attachment.
Public property Tag Gets the tag defined for the attachment
Public property VersionID Gets the attachment conflict version identification.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetConflicts Gets the conflicting attachments.
Public method GetHashCode (Inherited from Object.)
Public method GetStream Gets the contents of the attachment.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ResolveConflict Resolves the attachment conflict. This attachment is the winner of the conflict.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

Attachment Class

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace