Table of Contents

Interface IWebWithDetails

Namespace
PnP.Core.Admin.Model.SharePoint
Assembly
PnP.Core.Admin.dll

A SharePoint web with details reference

public interface IWebWithDetails

Properties

Description

Description of the web

string Description { get; }

Property Value

string

Id

The id of the site collection

Guid Id { get; }

Property Value

Guid

Language

Language of the web

Language Language { get; }

Property Value

Language

LastItemModifiedDate

Date time when there was the last item modified

DateTime LastItemModifiedDate { get; }

Property Value

DateTime

LastItemUserModifiedDate

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

DateTime LastItemUserModifiedDate { get; }

Property Value

DateTime

ServerRelativeUrl

Server relative url of the web

string ServerRelativeUrl { get; }

Property Value

string

TimeCreated

Date time when this site collection was created

DateTime TimeCreated { get; }

Property Value

DateTime

Title

Title of the web

string Title { get; }

Property Value

string

Url

Url of the web

Uri Url { get; }

Property Value

Uri

WebTemplate

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

string WebTemplate { get; }

Property Value

string

WebTemplateConfiguration

Gets the web template configuration of the site.

string WebTemplateConfiguration { get; }

Property Value

string