Class ContentType
Inheritance
System.Object
ContentType
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202002
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.
|
Description
Declaration
public string Description { get; set; }
Property Value
System.
|
DisplayFormUrl
Declaration
public string DisplayFormUrl { get; set; }
Property Value
System.
|
DocumentSetTemplate
Declaration
public DocumentSetTemplate DocumentSetTemplate { get; set; }
Property Value
DocumentTemplate
Declaration
public ContentTypeDocumentTemplate DocumentTemplate { get; set; }
Property Value
EditFormUrl
Declaration
public string EditFormUrl { get; set; }
Property Value
System.
|
FieldRefs
Declaration
public ContentTypeFieldRef[] FieldRefs { get; set; }
Property Value
Group
Declaration
public string Group { get; set; }
Property Value
System.
|
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
System.
|
ID
Declaration
public string ID { get; set; }
Property Value
System.
|
Name
Declaration
public string Name { get; set; }
Property Value
System.
|
NewFormUrl
Declaration
public string NewFormUrl { get; set; }
Property Value
System.
|
Overwrite
Declaration
public bool Overwrite { get; set; }
Property Value
System.
|
ReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
System.
|
Sealed
Declaration
public bool Sealed { get; set; }
Property Value
System.
|