Search Results for

    Show / Hide Table of Contents

    Class AddContentTypeFromHubOptions

    Defines the options that control the adding of content types from the content type hub

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

    Properties

    LongRunningOperationOptions

    Defines the wait behavior for when the adding happens async

    Declaration
    public LongRunningOperationOptions LongRunningOperationOptions { get; set; }
    Property Value
    LongRunningOperationOptions

    WaitForCompletion

    Wait for the, possibly async, add operation to complete

    Declaration
    public bool WaitForCompletion { get; set; }
    Property Value
    System.Boolean

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