Class SiteCreationOptions
- Namespace
- PnP.Core.Admin.Model.SharePoint
- Assembly
- PnP.Core.Admin.dll
Options to control the site collection creation flow
public class SiteCreationOptions : CreationOptions
- Inheritance
-
SiteCreationOptions
- Inherited Members
Properties
MaxAsyncProvisioningStatusChecks
Number of times to check for the async provisioning to be completed. Defaults to 80 if not set.
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.
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.
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
public bool? WaitForAsyncProvisioning { get; set; }
Property Value
- bool?