Expand Minimize

SPFileSaveBinaryInformation Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPFileSaveBinaryInformation

Type Mapping

Constructors

SSOM System.Void .ctor()
CSOM ctor()
JSOM constructor SP.FileSaveBinaryInformation.constructor()

Properties

SSOM System.Boolean get_CheckRequiredFields()
CSOM Boolean FileSaveBinaryInformation.get_CheckRequiredFields()
JSOM boolean SP.FileSaveBinaryInformation.get_checkRequiredFields()
SSOM System.Byte[] get_Content()
CSOM Byte[] FileSaveBinaryInformation.get_Content()
JSOM Base64EncodedByteArray SP.FileSaveBinaryInformation.get_content()
SSOM System.IO.Stream get_ContentStream()
CSOM Stream FileSaveBinaryInformation.get_ContentStream()
SSOM System.String get_ETag()
CSOM String FileSaveBinaryInformation.get_ETag()
JSOM string SP.FileSaveBinaryInformation.get_eTag()
SSOM System.Collections.Generic.Dictionary`2<System.String,System.Object> get_FieldValues()
CSOM IDictionary`2 FileSaveBinaryInformation.get_FieldValues()
JSOM any SP.FileSaveBinaryInformation.get_fieldValues()
SSOM System.Void set_CheckRequiredFields(System.Boolean)
CSOM FileSaveBinaryInformation.set_CheckRequiredFields(Boolean)
JSOM SP.FileSaveBinaryInformation.set_checkRequiredFields()
SSOM System.Void set_Content(System.Byte[])
CSOM FileSaveBinaryInformation.set_Content(Byte[])
JSOM SP.FileSaveBinaryInformation.set_content()
SSOM System.Void set_ContentStream(System.IO.Stream)
CSOM FileSaveBinaryInformation.set_ContentStream(Stream)
SSOM System.Void set_ETag(System.String)
CSOM FileSaveBinaryInformation.set_ETag(String)
JSOM SP.FileSaveBinaryInformation.set_eTag()
SSOM System.Void set_FieldValues(System.Collections.Generic.Dictionary`2<System.String, System.Object>)
CSOM FileSaveBinaryInformation.set_FieldValues(IDictionary`2,Object>)
JSOM SP.FileSaveBinaryInformation.set_fieldValues()

Methods

Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.