Search Results for

    Show / Hide Table of Contents

    Class SiteCreationOptions

    Options to control the site collection creation flow

    Inheritance
    object
    CreationOptions
    SiteCreationOptions
    Inherited Members
    CreationOptions.MaxStatusChecks
    CreationOptions.WaitAfterStatusCheck
    CreationOptions.UsingApplicationPermissions
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    int?

    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
    int?

    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
    int?

    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
    bool?

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