Search Results for

    Show / Hide Table of Contents

    Interface IWebWithDetails

    A SharePoint web with details reference

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

    Properties

    Description

    Description of the web

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

    Id

    The id of the site collection

    Declaration
    Guid Id { get; }
    Property Value
    Guid

    Language

    Language of the web

    Declaration
    Language Language { get; }
    Property Value
    Language

    LastItemModifiedDate

    Date time when there was the last item modified

    Declaration
    DateTime LastItemModifiedDate { get; }
    Property Value
    DateTime

    LastItemUserModifiedDate

    Date time when there was the list item modified by a user

    Declaration
    DateTime LastItemUserModifiedDate { get; }
    Property Value
    DateTime

    ServerRelativeUrl

    Server relative url of the web

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

    TimeCreated

    Date time when this site collection was created

    Declaration
    DateTime TimeCreated { get; }
    Property Value
    DateTime

    Title

    Title of the web

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

    Url

    Url of the web

    Declaration
    Uri Url { get; }
    Property Value
    Uri

    WebTemplate

    Gets the name of the site definition or site template that was used to create the site.

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

    WebTemplateConfiguration

    Gets the web template configuration of the site.

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

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