Search Results for

    Show / Hide Table of Contents

    Class SiteCollection

    Inheritance
    System.Object
    SiteCollection
    ClassicSite
    CommunicationSite
    TeamSite
    TeamSiteNoGroup
    Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
    Assembly: PnP.Framework.dll
    Syntax
    public abstract class SiteCollection : object

    Properties

    Description

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

    HubSiteLogoUrl

    Declaration
    public string HubSiteLogoUrl { get; set; }
    Property Value
    System.String

    HubSiteTitle

    Declaration
    public string HubSiteTitle { get; set; }
    Property Value
    System.String

    IsHubSite

    Declaration
    public bool IsHubSite { get; set; }
    Property Value
    System.Boolean

    IsHubSiteSpecified

    Declaration
    public bool IsHubSiteSpecified { get; set; }
    Property Value
    System.Boolean

    ProvisioningId

    Declaration
    public string ProvisioningId { get; set; }
    Property Value
    System.String

    Sites

    Declaration
    public Site[] Sites { get; set; }
    Property Value
    Site[]

    Templates

    Declaration
    public ProvisioningTemplateReference[] Templates { get; set; }
    Property Value
    ProvisioningTemplateReference[]

    Theme

    Declaration
    public string Theme { get; set; }
    Property Value
    System.String

    Title

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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer