HtmlField Members
Include Protected Members
Include Inherited Members
A publishing-extensible field type for defining rich HTML content.
The HtmlField type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HtmlField(SPFieldCollection, String) | Standard public SPField object constructor. | |
HtmlField(SPFieldCollection, String, String) | Standard public SPField object constructor for creating a new field in the SPFieldCollection object. |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
Delete | (Inherited from SPField.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCustomProperty | (Inherited from SPField.) | |
GetFieldValue | Return the input HTML string value. (Overrides SPField.GetFieldValue(String).) | |
GetFieldValueAsHtml(Object) | Return HTML string value with any reusable content sections expanded. (Overrides SPFieldMultiLineText.GetFieldValueAsHtml(Object).) | |
GetFieldValueAsHtml(Object, SPListItem) | (Inherited from SPFieldMultiLineText.) | |
GetFieldValueAsText | Return string value with any reusable content sections expanded and all HTML tags stripped out. (Overrides SPFieldMultiLineText.GetFieldValueAsText(Object).) | |
GetFieldValueForEdit | (Inherited from SPFieldMultiLineText.) | |
GetHashCode | (Inherited from Object.) | |
GetProperty | (Inherited from SPField.) | |
GetType | (Inherited from Object.) | |
GetValidatedString | Takes in an HTML string and returns HTML to be stored. (Overrides SPFieldMultiLineText.GetValidatedString(Object).) | |
MemberwiseClone | (Inherited from Object.) | |
OnAdded | (Inherited from SPField.) | |
OnDeleting | (Inherited from SPField.) | |
OnUpdated | (Inherited from SPField.) | |
ProcessWikiLinks | (Inherited from SPFieldMultiLineText.) | |
SetCustomProperty | (Inherited from SPField.) | |
SetRichTextMode | (Inherited from SPFieldMultiLineText.) | |
ToString | (Inherited from SPField.) | |
Update() | (Inherited from SPField.) | |
Update(Boolean) | (Inherited from SPField.) |
Top