ContentType Properties

Include Protected Members
Include Inherited Members

The ContentType type exposes the following members.

Properties

  Name Description
Public property Context Returns the context that is associated with the client object. (Inherited from ClientObject.)
Public property Description Gets or sets a description of the content type.
Public property DisplayFormTemplateName Gets or sets a value that specifies the name of a custom display form template to use for list items that have been assigned the content type.
Public property DisplayFormUrl Gets or sets a value that specifies the URL of a custom display form to use for list items that have been assigned the content type.
Public property DocumentTemplate Gets or sets a value that specifies the file path to the document template used for a new list item that has been assigned the content type.
Public property DocumentTemplateUrl Gets a value that specifies the URL of the document template assigned to the content type.
Public property EditFormTemplateName Gets or sets a value that specifies the name of a custom edit form template to use for list items that have been assigned the content type.
Public property EditFormUrl Gets or sets a value that specifies the URL of a custom edit form to use for list items that have been assigned the content type.
Public property FieldLinks Gets the column (also known as field) references in the content type.
Public property Fields Gets a value that specifies the collection of fields for the content type.
Public property Group Gets or sets a value that specifies the content type group for the content type.
Public property Hidden Gets or sets a value that specifies whether the content type is unavailable for creation or usage directly from a user interface.
Public property Id Gets a value that specifies an identifier for the content type. The ContentTypeId type is the identifier for the specified content type. The identifier is a string composed of hexadecimal characters. The identifier must be unique relative to the current site collection and site, and must follow the pattern of prefixing a ContentTypeId with its parent ContentTypeId.
Public property Name Gets or sets a value that specifies the name of the content type.
Public property NewFormTemplateName Gets or sets a value that specifies the name of a custom new form template to use for list items that have been assigned the content type.
Public property NewFormUrl Gets or sets a value that specifies the URL of a custom new form to use for list items that have been assigned the content type.
Protected property ObjectData Gets the object data for the current client object. (Inherited from ClientObject.)
Public property ObjectVersion Gets a string that indicates the version of the current client object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.)
Public property Parent Gets the parent content type of the content type.
Public property Path Tracks how a client object is created in the ClientRuntimeContext class, so that the object can be re-created on the server. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.)
Public property ReadOnly Gets or sets a value that specifies whether changes to the content type properties are denied.
Public property SchemaXml Gets a value that specifies the XML Schema representing the content type.
Public property Scope Gets a value that specifies a server-relative path to the content type scope of the content type.
Public property ServerObjectIsNull Gets the server object and returns null if the server object is null. (Inherited from ClientObject.)
Public property Tag Gets or sets data that is associated with the client object. (Inherited from ClientObject.)
Public property WorkflowAssociations Gets a value that specifies the collection of workflow associations for the content type.

Top

See Also

Reference

ContentType Class

Microsoft.SharePoint.Client Namespace