Class CreationOptions
Options to control a creation flow
Inherited Members
Namespace: PnP.Core.Admin.Model.SharePoint
Assembly: PnP.Core.Admin.dll
Syntax
public class CreationOptions
Options to control a creation flow
public class CreationOptions
Number of times to check for provisioning complete status. Defaults to 12 if not set.
public int? MaxStatusChecks { get; set; }
| int? |
The provisioning code will work differently if Application permissions are used. Defaults to live checking of the current access token if not set.
public bool? UsingApplicationPermissions { get; set; }
| bool? |
Defines the wait time in seconds after a status check. Defaults to 10 if not set.
public int? WaitAfterStatusCheck { get; set; }
| int? |