Search Results for

    Show / Hide Table of Contents

    Class CreationOptions

    Options to control a creation flow

    Inheritance
    System.Object
    CreationOptions
    SiteCreationOptions
    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public class CreationOptions : object

    Properties

    MaxStatusChecks

    Number of times to check for provisioning complete status. Defaults to 12 if not set.

    Declaration
    public int? MaxStatusChecks { get; set; }
    Property Value
    System.Nullable<System.Int32>

    UsingApplicationPermissions

    The provisioning code will work differently if Application permissions are used. Defaults to live checking of the current access token if not set.

    Declaration
    public bool? UsingApplicationPermissions { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    WaitAfterStatusCheck

    Defines the wait time in seconds after a status check. Defaults to 10 if not set.

    Declaration
    public int? WaitAfterStatusCheck { get; set; }
    Property Value
    System.Nullable<System.Int32>

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