Search Results for

    Show / Hide Table of Contents

    Class TeamNoGroupSiteCollectionCreationInformation

    Class for Team site with no group creation information

    Inheritance
    System.Object
    SiteCreationInformation
    TeamNoGroupSiteCollectionCreationInformation
    Inherited Members
    SiteCreationInformation.Url
    SiteCreationInformation.Title
    SiteCreationInformation.Owner
    SiteCreationInformation.AllowFileSharingForGuestUsers
    SiteCreationInformation.ShareByEmailEnabled
    SiteCreationInformation.Classification
    SiteCreationInformation.Description
    SiteCreationInformation.Lcid
    SiteCreationInformation.WebTemplate
    SiteCreationInformation.PreferredDataLocation
    SiteCreationInformation.TimeZoneId
    Namespace: PnP.Framework.Sites
    Assembly: PnP.Framework.dll
    Syntax
    public class TeamNoGroupSiteCollectionCreationInformation : SiteCreationInformation

    Constructors

    TeamNoGroupSiteCollectionCreationInformation()

    Default constructor

    Declaration
    public TeamNoGroupSiteCollectionCreationInformation()

    TeamNoGroupSiteCollectionCreationInformation(String, String, String)

    TeamNoGroupSiteCollectionCreationInformation constructor

    Declaration
    public TeamNoGroupSiteCollectionCreationInformation(string fullUrl, string title, string description = null)
    Parameters
    System.String fullUrl

    Url for the new team site

    System.String title

    Title of the site

    System.String description

    Description of the site

    Properties

    HubSiteId

    The Guid of the hub site to be used. If specified will associate the communication site to the hub site

    Declaration
    public Guid HubSiteId { get; set; }
    Property Value
    Guid

    SensitivityLabel

    The Sensitivity label to use. For instance 'Top Secret'. See https://www.youtube.com/watch?v=NxvUXBiPFcw for more information.

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

    SensitivityLabelId

    The Sensitivity label to use. See https://www.youtube.com/watch?v=NxvUXBiPFcw for more information.

    Declaration
    public Guid SensitivityLabelId { get; set; }
    Property Value
    Guid

    SiteDesignId

    The Guid of the site design to be used. If specified will override the SiteDesign property

    Declaration
    public Guid SiteDesignId { get; set; }
    Property Value
    Guid

    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