ShareFileCreateOptions.Content Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional, valid for version 2026-02-06 and later. The content to upload to the file when it is created. Must be less than or equal to 4 MiB in size.
public System.IO.Stream Content { get; set; }
member this.Content : System.IO.Stream with get, set
Public Property Content As Stream