FileCreationInformation members

Represents a file to be added via Add(FileCreationInformation).

The FileCreationInformation type exposes the following members.

Constructors

  Name Description
Public method FileCreationInformation Initializes a new instance of the FileCreationInformation object.

Top

Properties

  Name Description
Public property Content Gets or sets a value that specifies the content of the file to be added.
Public property ContentStream
Public property Overwrite Gets or sets a value that specifies whether to overwrite an existing file of the same name in the same location as the one being added.
Public property TypeId This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.)
Public property Url Gets or sets a value that specifies the URL of the file to be added.

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method 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

See also

Reference

FileCreationInformation class

Microsoft.SharePoint.Client namespace