Class SiteCreationOptions
Options to control the site collection creation flow
Inheritance
System.Object
SiteCreationOptions
Assembly: PnP.Core.Admin.dll
Syntax
public class SiteCreationOptions : CreationOptions
Properties
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>
|
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>
|
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>
|
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>
|