Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the creation information for a list item attachment.
The AttachmentCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
AttachmentCreationInformation | Initializes a new instance of the AttachmentCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ContentStream | Gets or sets the contents of the file as a stream. |
![]() |
FileName | Gets or sets the file name of the list item attachment. |
![]() |
TypeId | Gets the type identifier of the list item attachment. (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) |
![]() |
ToString | (Inherited from Object.) |
![]() |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top