FileSaveBinaryInformation Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.FileSaveBinaryInformation", ServerTypeId="{c3de0784-43e6-4f12-bd0c-f0d9a34ebf93}", ValueObject=true)]
public class FileSaveBinaryInformation : Microsoft.SharePoint.Client.ClientValueObject
type FileSaveBinaryInformation = class
    inherit ClientValueObject
Public Class FileSaveBinaryInformation
Inherits ClientValueObject
Inheritance
FileSaveBinaryInformation
Attributes

Constructors

FileSaveBinaryInformation()

Properties

CheckRequiredFields
Content
ContentStream
ETag
FieldValues
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