ContentType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.ScriptType("SP.ContentType", ServerTypeId="{91b5bd2d-e133-486f-b727-197ce5eb2c0d}")]
public sealed class ContentType : Microsoft.SharePoint.Client.ClientObject
type ContentType = class
inherit ClientObject
Public NotInheritable Class ContentType
Inherits ClientObject
- Inheritance
- Attributes
Constructors
ContentType(ClientRuntimeContext, ObjectPath) |
Properties
Context | (Inherited from ClientObject) |
Description | |
DescriptionResource | |
DisplayFormTemplateName | |
DisplayFormUrl | |
DocumentTemplate | |
DocumentTemplateUrl | |
EditFormTemplateName | |
EditFormUrl | |
FieldLinks | |
Fields | |
Group | |
Hidden | |
Id | |
JSLink | |
MobileDisplayFormUrl | |
MobileEditFormUrl | |
MobileNewFormUrl | |
Name | |
NameResource | |
NewFormTemplateName | |
NewFormUrl | |
ObjectData | (Inherited from ClientObject) |
ObjectVersion | (Inherited from ClientObject) |
Parent | |
Path | (Inherited from ClientObject) |
ReadOnly | |
SchemaXml | |
SchemaXmlWithResourceTokens | |
Scope | |
Sealed | |
ServerObjectIsNull | (Inherited from ClientObject) |
StringId | |
Tag | (Inherited from ClientObject) |
TypedObject | (Inherited from ClientObject) |
WorkflowAssociations |
Methods
CheckUninitializedProperty(String) | (Inherited from ClientObject) |
CustomFromJson(JsonReader) | (Inherited from ClientObject) |
DeleteObject() | |
FromJson(JsonReader) | (Inherited from ClientObject) |
InitNonPropertyFieldFromJson(String, JsonReader) | (Inherited from ClientObject) |
InitOnePropertyFromJson(String, JsonReader) | (Inherited from ClientObject) |
IsObjectPropertyInstantiated(String) | (Inherited from ClientObject) |
IsPropertyAvailable(String) | (Inherited from ClientObject) |
LoadExpandoFields() | (Inherited from ClientObject) |
RefreshLoad() | (Inherited from ClientObject) |
RemoveFromParentCollection() | (Inherited from ClientObject) |
Retrieve() | (Inherited from ClientObject) |
Retrieve(String[]) | (Inherited from ClientObject) |
Update(Boolean) | |
UpdateClientObjectPropertyType(String, Object, JsonReader) | (Inherited from ClientObject) |