SPFieldMultiLineText methods

The SPFieldMultiLineText type exposes the following members.

Methods

  Name Description
Public method AnnotateField When overridden in a derived class, adds attributes to the specified XML node and assigns them values from the properties of this SPField object. (Inherited from SPField.)
Public method Delete Deletes the field. (Inherited from SPField.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetCustomProperty Gets the value of custom property with the specified name. (Inherited from SPField.)
Public method GetFieldValue Converts the specified value into a field type value. (Inherited from SPField.)
Public method GetFieldValueAsHtml(Object) Returns the field value in HTML format in order to render the value directly on the page. (Overrides SPField.GetFieldValueAsHtml(Object).)
Public method GetFieldValueAsHtml(Object, SPListItem) Returns the field value in HTML format in order to render the value directly on the page based on the specified object and list item.
Public method GetFieldValueAsText Returns the field value as plain text. (Overrides SPField.GetFieldValueAsText(Object).)
Public method GetFieldValueForClientRender Converts the field type value into object for use in client Display, Edit and New item forms. (Overrides SPField.GetFieldValueForClientRender(SPItem, SPControlMode).)
Public method GetFieldValueForEdit Returns the field value to render in Edit mode in Edit and New forms. (Overrides SPField.GetFieldValueForEdit(Object).)
Public method GetHashCode (Inherited from Object.)
Public method GetJsonClientFormFieldSchema Gets an object containing information from the field's schema that is useful for client rendering of the field in forms. (Overrides SPField.GetJsonClientFormFieldSchema(SPControlMode).)
Public method GetProperty Gets the value of the specified property. (Inherited from SPField.)
Public method GetType (Inherited from Object.)
Public method GetValidatedString Converts the field value object into a validated, serialized string. (Overrides SPField.GetValidatedString(Object).)
Protected method HasValue Internal function used to verify whether an object is null or not. (Inherited from SPField.)
Public method ListsFieldUsedIn Returns information about the Web sites and lists in which the current field is used. (Inherited from SPField.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnAdded Handles the event that occurs after a field is added. (Inherited from SPField.)
Public method OnAddingToContentType Handles the event that occurs when a field is added to a specified content type. (Inherited from SPField.)
Public method OnDeleting Handles the event that occurs when a field is being deleted. (Inherited from SPField.)
Public method OnDeletingFromContentType Handles the event that occurs when a field is deleted from a specified content type. (Inherited from SPField.)
Protected method OnInitFieldNode This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from SPField.)
Public method OnUpdated Handles the event that occurs after changes are made to a field. (Inherited from SPField.)
Public method ParseAndSetValue When overridden in a derived class, sets the specified field item to the specified value. (Inherited from SPField.)
Public method ParseValue When overridden in a derived class, parses a potential value of the field and returns an object that can be assigned as the value of the field. (Inherited from SPField.)
Public method ProcessWikiLinks Processes wiki links at page-rendering time.
Public method RenderFieldValueAsJson When overridden in a derived class, returns the specified value in JSON format. (Inherited from SPField.)
Public method RevertCustomizations Reverts customizations made to the field schema. (Inherited from SPField.)
Public method SetCustomProperty Sets a value for the specified property. (Inherited from SPField.)
Protected method SetRichTextMode Sets the rich text mode of the multiline text field.
Public method ToString Returns the title of the field. (Inherited from SPField.)
Public method Update() Updates the database with changes that are made to the field. (Inherited from SPField.)
Public method 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.)
Public method ValidateAndParseValue Validates and parses the input value and returns a valid object that can be the value of the field. (Overrides SPField.ValidateAndParseValue(SPListItem, String).)
Public method ValidateParseAndSetValue Calls ValidateAndParseValue(SPListItem, String) and assigns the returned object as the value of the field. (Inherited from SPField.)

Top

See also

Reference

SPFieldMultiLineText class

Microsoft.SharePoint namespace