Search Results for

    Show / Hide Table of Contents

    Class ContentType

    Inheritance
    System.Object
    ContentType
    Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
    Assembly: PnP.Framework.dll
    Syntax
    public class ContentType : object

    Constructors

    ContentType()

    Declaration
    public ContentType()

    Properties

    AnyAttr

    Declaration
    public Xml.XmlAttribute[] AnyAttr { get; set; }
    Property Value
    System.Xml.XmlAttribute[]

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    System.String

    DisplayFormUrl

    Declaration
    public string DisplayFormUrl { get; set; }
    Property Value
    System.String

    DocumentSetTemplate

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

    DocumentTemplate

    Declaration
    public ContentTypeDocumentTemplate DocumentTemplate { get; set; }
    Property Value
    ContentTypeDocumentTemplate

    EditFormUrl

    Declaration
    public string EditFormUrl { get; set; }
    Property Value
    System.String

    FieldRefs

    Declaration
    public ContentTypeFieldRef[] FieldRefs { get; set; }
    Property Value
    ContentTypeFieldRef[]

    Group

    Declaration
    public string Group { get; set; }
    Property Value
    System.String

    Hidden

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

    ID

    Declaration
    public string ID { get; set; }
    Property Value
    System.String

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    System.String

    NewFormUrl

    Declaration
    public string NewFormUrl { get; set; }
    Property Value
    System.String

    Overwrite

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

    ReadOnly

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

    Sealed

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

    UpdateChildren

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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer