Search Results for

    Show / Hide Table of Contents

    Class SiteCreationOptions

    Options to control the site collection creation flow

    Inheritance
    System.Object
    CreationOptions
    SiteCreationOptions
    Inherited Members
    CreationOptions.MaxStatusChecks
    CreationOptions.WaitAfterStatusCheck
    CreationOptions.UsingApplicationPermissions
    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public class SiteCreationOptions : CreationOptions

    Properties

    MaxAsyncProvisioningStatusChecks

    Number of times to check for the async provisioning to be completed. Defaults to 80 if not set.

    Declaration
    public int? MaxAsyncProvisioningStatusChecks { get; set; }
    Property Value
    System.Nullable<System.Int32>

    WaitAfterAsyncProvisioningStatusCheck

    Defines the wait time in seconds after an async provisioning complete check. Defaults to 15 if not set.

    Declaration
    public int? WaitAfterAsyncProvisioningStatusCheck { get; set; }
    Property Value
    System.Nullable<System.Int32>

    WaitAfterCreation

    Defines the wait time in seconds after the site collection creation call returns. If specified this overrides the WaitForAsyncProvisioning setting.

    Declaration
    public int? WaitAfterCreation { get; set; }
    Property Value
    System.Nullable<System.Int32>

    WaitForAsyncProvisioning

    Waits for the async provisioning options to be completed. Does not apply to classic site collection creation

    Declaration
    public bool? WaitForAsyncProvisioning { get; set; }
    Property Value
    System.Nullable<System.Boolean>

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