AttachmentCreationInformation Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.AttachmentCreationInformation", ServerTypeId="{edf6309c-8142-4133-921e-4d6aec35550d}", ValueObject=true)]
public class AttachmentCreationInformation : Microsoft.SharePoint.Client.ClientValueObject
type AttachmentCreationInformation = class
    inherit ClientValueObject
Public Class AttachmentCreationInformation
Inherits ClientValueObject
Inheritance
AttachmentCreationInformation
Attributes

Constructors

AttachmentCreationInformation()

Properties

ContentStream
FileName
TypeId

Methods

CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
InitOnePropertyFromJson(String, JsonReader)
WriteToXml(XmlWriter, SerializationContext)

Applies to