Interface IFieldThumbnailValue
Represents a image (thumbnail) field value
Assembly: PnP.Core.dll
Syntax
public interface IFieldThumbnailValue : IFieldValue
Properties
Filename identifiying this image
Declaration
Property Value
Server relative URL to access this image
Declaration
string ServerRelativeUrl { get; }
Property Value
Declaration
string ServerUrl { get; }
Property Value
Declaration
object ThumbnailRenderer { get; }
Property Value
Methods
Uploads an image to a modern image field for the current list item
Declaration
Task UploadImageAsync(IListItem item, string name, Stream content)
Parameters
IListItem
item
List item to update
|
System.String
name
Image name
|
Stream
content
The content of the file.
|
Returns