Search Results for

    Show / Hide Table of Contents

    Interface IUnfurledResource

    Defines the data coming back from unfurling a link

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IUnfurledResource

    Properties

    FileDriveId

    Graph Drive Id of the resource (if it's a file)

    Declaration
    string FileDriveId { get; }
    Property Value
    System.String

    FileDriveItemId

    Graph DriveItem id of the resource (if it's a file)

    Declaration
    string FileDriveItemId { get; }
    Property Value
    System.String

    FileUniqueId

    Unique ID of the resource (if it's a file)

    Declaration
    Guid FileUniqueId { get; }
    Property Value
    Guid

    LastModified

    When was the resource last modified

    Declaration
    DateTime LastModified { get; }
    Property Value
    DateTime

    LastModifiedBy

    Who last modified the resource

    Declaration
    string LastModifiedBy { get; }
    Property Value
    System.String

    LinkType

    Type of resource that the unfurled link is referring to

    Declaration
    UnfurlLinkType LinkType { get; }
    Property Value
    UnfurlLinkType

    ListDisplayName

    Display name of the parent list of the resource

    Declaration
    string ListDisplayName { get; }
    Property Value
    System.String

    ListId

    Id of the parent list of the resource

    Declaration
    Guid ListId { get; }
    Property Value
    Guid

    ListItemId

    ListItem id of the resource (if it's a file, listitem or page)

    Declaration
    int ListItemId { get; }
    Property Value
    System.Int32

    ListUrl

    Url of the parent list of the resource

    Declaration
    Uri ListUrl { get; }
    Property Value
    Uri

    Name

    Name of the resource

    Declaration
    string Name { get; }
    Property Value
    System.String

    Resource

    SharePoint resource url for the unfurled link

    Declaration
    Uri Resource { get; }
    Property Value
    Uri

    SiteId

    Id of the site collection containing the unfurled resource

    Declaration
    Guid SiteId { get; }
    Property Value
    Guid

    Size

    Size of the resource (if it's a file or page)

    Declaration
    long Size { get; }
    Property Value
    System.Int64

    Thumbnails

    Thumbnails of the resource (only for files at the moment)

    Declaration
    List<IThumbnail> Thumbnails { get; }
    Property Value
    PnP.Core.Model.SharePoint.List<IThumbnail>

    WebId

    Id of the web containing the unfurled resource

    Declaration
    Guid WebId { get; }
    Property Value
    Guid

    WebUrl

    Url of the web containing the unfurled resource

    Declaration
    Uri WebUrl { get; }
    Property Value
    Uri

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer