FileCreationInformation.ContentStream property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property ContentStream As Stream
    Get
    Set
'Usage
Dim instance As FileCreationInformation
Dim value As Stream

value = instance.ContentStream

instance.ContentStream = value
public Stream ContentStream { get; set; }

Property value

Type: System.IO.Stream

See also

Reference

FileCreationInformation class

FileCreationInformation members

Microsoft.SharePoint.Client namespace