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
    object
    AddContentTypeFromHubOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class AddContentTypeFromHubOptions

    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
    bool

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