Class SiteCreationOptions
Options to control the site collection creation flow
Inherited Members
Namespace: PnP.Core.Admin.Model.SharePoint
Assembly: PnP.Core.Admin.dll
Syntax
public class SiteCreationOptions : CreationOptions
Options to control the site collection creation flow
public class SiteCreationOptions : CreationOptions
Number of times to check for the async provisioning to be completed. Defaults to 80 if not set.
public int? MaxAsyncProvisioningStatusChecks { get; set; }
System.Nullable<System.Int32>
|
Defines the wait time in seconds after an async provisioning complete check. Defaults to 15 if not set.
public int? WaitAfterAsyncProvisioningStatusCheck { get; set; }
System.Nullable<System.Int32>
|
Defines the wait time in seconds after the site collection creation call returns. If specified this overrides the WaitForAsyncProvisioning setting.
public int? WaitAfterCreation { get; set; }
System.Nullable<System.Int32>
|
Waits for the async provisioning options to be completed. Does not apply to classic site collection creation
public bool? WaitForAsyncProvisioning { get; set; }
System.Nullable<System.Boolean>
|