Class AddContentTypeFromHubOptions
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Defines the options that control the adding of content types from the content type hub
public class AddContentTypeFromHubOptions
- Inheritance
-
AddContentTypeFromHubOptions
- Inherited Members
Properties
LongRunningOperationOptions
Defines the wait behavior for when the adding happens async
public LongRunningOperationOptions LongRunningOperationOptions { get; set; }
Property Value
WaitForCompletion
Wait for the, possibly async, add operation to complete
public bool WaitForCompletion { get; set; }