SPContentType.Update Method
Include Protected Members
Include Inherited Members
Updates the content type definition that is stored in the database with any changes you have made programmatically.
Overload List
Name | Description | |
---|---|---|
Update() | Updates the content type definition that is stored in the database with any changes you have made programmatically. | |
Update(Boolean) | Updates the content type definition that is stored in the database and, optionally, updates all content types that inherit from this content type. | |
Update(Boolean, Boolean) | Updates the content type definition that is stored in the database, optionally updates all content types that inherit from this content type, and optionally throws an exception when it encounters a child content type that cannot be modified. |
Top