ImageField Members
Include Protected Members
Include Inherited Members
Represents a field that contains ImageFieldValue data.
The ImageField type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ImageField(SPFieldCollection, String) | Initializes a new instance of the ImageField class. |
![]() |
ImageField(SPFieldCollection, String, String) | Initializes a new instance of the ImageField class. |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
![]() |
Delete | (Inherited from SPField.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetCustomProperty | (Inherited from SPField.) |
![]() |
GetFieldValue | Returns an ImageFieldValue object initialized with the HTML markup string value parameter. (Overrides SPField.GetFieldValue(String).) |
![]() |
GetFieldValueAsHtml(Object) | (Inherited from SPFieldMultiLineText.) |
![]() |
GetFieldValueAsHtml(Object, SPListItem) | (Inherited from SPFieldMultiLineText.) |
![]() |
GetFieldValueAsText | (Inherited from SPFieldMultiLineText.) |
![]() |
GetFieldValueForEdit | (Inherited from SPFieldMultiLineText.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetProperty | (Inherited from SPField.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetValidatedString | Returns an HTML string corresponding to an <IMG> tag with properties as specified in the ImageFieldValuevalue parameter. (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