ContentTypeAttribute Members
Include Protected Members
Include Inherited Members
Specifies that the class maps to a Microsoft SharePoint Foundation content type.
The ContentTypeAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContentTypeAttribute | Initializes a new instance of the ContentTypeAttribute class. |
Top
Properties
Name | Description | |
---|---|---|
Id | Gets or sets the ID of the content type. | |
List | Gets or sets the name of the list to which the content type is scoped if, and only if, it is a list-scoped content type. | |
Name | Gets or sets the name of the content type. | |
TypeId | (Inherited from Attribute.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
Top