Class FieldThumbnailValue
Represents a location field value
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public sealed class FieldThumbnailValue : FieldValue, IFieldThumbnailValue, IFieldValue
Represents a location field value
public sealed class FieldThumbnailValue : FieldValue, IFieldThumbnailValue, IFieldValue
Default constructor
public FieldThumbnailValue()
Filename identifiying this image
public string FileName { get; }
System.String
|
Server relative URL to access this image
public string ServerRelativeUrl { get; }
System.String
|
Server URL
public string ServerUrl { get; }
System.String
|
Thumbnail renderer
public object ThumbnailRenderer { get; }
System.Object
|
Uploads an image to a modern image field for the current list item
public async Task UploadImageAsync(IListItem item, string name, Stream content)
IListItem
item
List item to update |
System.String
name
Image name |
Stream
content
The content of the file. |
Task
|