Class ContentType
Inheritance
System.Object
ContentType
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202209
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.
|
DisplayFormClientSideComponentId
Declaration
public string DisplayFormClientSideComponentId { get; set; }
Property Value
System.
|
DisplayFormClientSideComponentProperties
Declaration
public string DisplayFormClientSideComponentProperties { 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
EditFormClientSideComponentId
Declaration
public string EditFormClientSideComponentId { get; set; }
Property Value
System.
|
EditFormClientSideComponentProperties
Declaration
public string EditFormClientSideComponentProperties { get; set; }
Property Value
System.
|
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.
|
NewFormClientSideComponentId
Declaration
public string NewFormClientSideComponentId { get; set; }
Property Value
System.
|
NewFormClientSideComponentProperties
Declaration
public string NewFormClientSideComponentProperties { 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.
|
UpdateChildren
Declaration
public bool UpdateChildren { get; set; }
Property Value
System.
|