FileCreationInformation.Content property
Gets or sets a value that specifies the content of the file to be added.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Content As Byte()
Get
Set
'Usage
Dim instance As FileCreationInformation
Dim value As Byte()
value = instance.Content
instance.Content = value
public byte[] Content { get; set; }
Property value
Type: []
Returns a Byte instance representing the content of the file to be added.
Remarks
It must not be a null reference (Nothing in Visual Basic).