Class ContentTypeCollection
Collection of ContentType objects
Inheritance
System.Object
ContentTypeCollection
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class ContentTypeCollection : BaseProvisioningTemplateObjectCollection<ContentType>, IProvisioningTemplateDescendant
Constructors
ContentTypeCollection(ProvisioningTemplate)
Constructor for ContentTypeCollection class
Declaration
public ContentTypeCollection(ProvisioningTemplate parentTemplate)
Parameters
ProvisioningTemplate
parentTemplate
Parent provisioning template |