SPFieldAttachments Methods
SharePoint 2010
The SPFieldAttachments type exposes the following members.
| Name | Description | |
|---|---|---|
|
Delete | Deletes the field. (Inherited from SPField.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetCustomProperty | Gets the value of custom property with the specified name. (Inherited from SPField.) |
|
GetFieldValue | Converts the specified value into a field type value. (Inherited from SPField.) |
|
GetFieldValueAsHtml | Gets the field value in HTML format in order to render the field value directly on the page. (Inherited from SPField.) |
|
GetFieldValueAsText | Returns the field value as plain text. (Overrides SPField.GetFieldValueAsText(Object).) |
|
GetFieldValueForEdit | Gets the field value that is rendered in Edit mode in Edit and New forms. (Inherited from SPField.) |
|
GetHashCode | (Inherited from Object.) |
|
GetProperty | Gets the value of the specified property. (Inherited from SPField.) |
|
GetType | (Inherited from Object.) |
|
GetValidatedString | Validates and converts the field value into a serialized form. (Inherited from SPField.) |
|
HasValue | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides SPField.HasValue(Object).) |
|
ListsFieldUsedIn | Returns information about the Web sites and lists in which the current field is used. (Inherited from SPField.) |
|
MemberwiseClone | (Inherited from Object.) |
|
OnAdded | Handles the event that occurs after a field is added. (Inherited from SPField.) |
|
OnAddingToContentType | Handles the event that occurs when a field is added to a specified content type. (Inherited from SPField.) |
|
OnDeleting | Handles the event that occurs when a field is being deleted. (Inherited from SPField.) |
|
OnDeletingFromContentType | Handles the event that occurs when a field is deleted from a specified content type. (Inherited from SPField.) |
|
OnInitFieldNode | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from SPField.) |
|
OnUpdated | Handles the event that occurs after changes are made to a field. (Inherited from SPField.) |
|
ParseAndSetValue | Sets the specified field item to the specified value. (Inherited from SPField.) |
|
SetCustomProperty | Sets a value for the specified property. (Inherited from SPField.) |
|
ToString | Returns the title of the field. (Inherited from SPField.) |
|
Update() | Updates the database with changes that are made to the field. (Inherited from SPField.) |
|
Update(Boolean) | Updates the database with changes that are made to the field and optionally propagates the changes to lists that implement the field. (Inherited from SPField.) |