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
Id
The id of the site collection
Guid Id { get; }
Property Value
Language
Language of the web
Language Language { get; }
Property Value
LastItemModifiedDate
Date time when there was the last item modified
DateTime LastItemModifiedDate { get; }
Property Value
LastItemUserModifiedDate
Date time when there was the list item modified by a user
DateTime LastItemUserModifiedDate { get; }
Property Value
ServerRelativeUrl
Server relative url of the web
string ServerRelativeUrl { get; }
Property Value
TimeCreated
Date time when this site collection was created
DateTime TimeCreated { get; }
Property Value
Title
Title of the web
string Title { get; }
Property Value
Url
Url of the web
Uri Url { get; }
Property Value
WebTemplate
Gets the name of the site definition or site template that was used to create the site.
string WebTemplate { get; }
Property Value
WebTemplateConfiguration
Gets the web template configuration of the site.
string WebTemplateConfiguration { get; }