This documentation is archived and is not being maintained.
SP.AttachmentCreationInformation object
SharePoint 2013
Represents the creation information for a list item attachment.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.AttachmentCreationInformation()
The AttachmentCreationInformation object has the following members.
Constructor
The AttachmentCreationInformation object has the following constructor.
|
Constructor |
Description |
|---|---|
|
Initializes a new instance of the SP.AttachmentCreationInformation object. |
Properties
The AttachmentCreationInformation object has the following properties.
|
Property |
Description |
|---|---|
|
Gets or sets the contents of the file as a stream. |
|
|
Gets or sets the file name of the list item attachment. |
|
|
Gets the type identifier of the list item attachment. |
Show: