SPWDAExtensions.AddAttachment Method

Include Protected Members
Include Inherited Members

Adds an attachment to the DataRow. AddAttachment specifies the attachment name, the contents of the attachment as a stream, and, optionally, the attachment tag.

Overload List

  Name Description
Public methodStatic member AddAttachment(DataRow, String, Stream) Adds an attachment to the DataRow with the specified name and contents.
Public methodStatic member AddAttachment(DataRow, String, String, Stream) Adds an attachment to the DataRow with the specified name, tag, and contents.

Top

See Also

Reference

SPWDAExtensions Class

SPWDAExtensions Members

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace