FileCreationInformation.Content Property
Gets or sets a value that specifies the content of the file to be added.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Content As Byte()
Get
Set
'Usage
Dim instance As FileCreationInformation
Dim value As Byte()
value = instance.Content
instance.Content = value
[RemoteAttribute]
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).