SummaryLinkField members

Represents a field that contains SummaryLinkFieldValue data.

The SummaryLinkField type exposes the following members.

Constructors

  Name Description
Public method SummaryLinkField(SPFieldCollection, String) Initializes a new instance of the SummaryLinkField class.
Public method SummaryLinkField(SPFieldCollection, String, String) Initializes a new instance of the SummaryLinkField class.

Top

Properties

  Name Description
Public property AggregationFunction (Inherited from SPField.)
Public property AllowDeletion (Inherited from SPField.)
Public property AllowHyperlink (Inherited from SPFieldMultiLineText.)
Public property AppendOnly (Inherited from SPFieldMultiLineText.)
Public property AuthoringInfo (Inherited from SPField.)
Public property CalloutMenu (Inherited from SPField.)
Public property CalloutMenuAllowed (Inherited from SPField.)
Public property CanBeDeleted (Inherited from SPField.)
Public property CanBeDisplayedInEditForm (Inherited from SPField.)
Public property CanToggleHidden (Inherited from SPField.)
Public property CompositeIndexable (Inherited from SPField.)
Public property DefaultFormula (Inherited from SPField.)
Public property DefaultListField (Inherited from SPField.)
Public property DefaultValue (Inherited from SPField.)
Public property DefaultValueTyped (Inherited from SPField.)
Public property Description (Inherited from SPField.)
Public property DescriptionResource (Inherited from SPField.)
Public property DifferencingLimit (Inherited from SPFieldMultiLineText.)
Public property Direction (Inherited from SPField.)
Public property DisplaySize (Inherited from SPField.)
Public property EnforceUniqueValues (Inherited from SPField.)
Public property EntityPropertyName (Inherited from SPField.)
Public property FieldReferences (Inherited from SPField.)
Public property FieldRenderingControl Returns the field control object for editing SummaryLinkFieldValue objects for this field type. (Overrides SPFieldMultiLineText.FieldRenderingControl.)
Public property FieldRenderingMobileControl Obsolete. (Inherited from SPFieldMultiLineText.)
Public property FieldRenderingMobileWebControl (Inherited from SPFieldMultiLineText.)
Public property FieldTypeDefinition (Inherited from SPField.)
Public property FieldValueType Returns typeof(SummaryLinkFieldValue). (Overrides SPFieldMultiLineText.FieldValueType.)
Public property Filterable (Inherited from SPFieldMultiLineText.)
Public property FilterableNoRecurrence (Inherited from SPField.)
Public property FromBaseType (Inherited from SPField.)
Public property Group (Inherited from SPField.)
Public property Hidden (Inherited from SPField.)
Public property Id (Inherited from SPField.)
Public property IMEMode (Inherited from SPField.)
Public property Indexable (Inherited from SPField.)
Public property Indexed (Inherited from SPField.)
Public property InternalName (Inherited from SPField.)
Public property IsolateStyles (Inherited from SPFieldMultiLineText.)
Public property JSLink (Inherited from SPFieldMultiLineText.)
Public property JumpToField (Inherited from SPField.)
Public property LinkToItem (Inherited from SPField.)
Public property LinkToItemAllowed (Inherited from SPField.)
Public property ListItemMenu (Inherited from SPField.)
Public property ListItemMenuAllowed (Inherited from SPField.)
Public property NoCrawl (Inherited from SPField.)
Public property NumberOfLines (Inherited from SPFieldMultiLineText.)
Public property ParentList (Inherited from SPField.)
Public property PIAttribute (Inherited from SPField.)
Public property PITarget (Inherited from SPField.)
Public property PreviewValueSize (Inherited from SPFieldMultiLineText.)
Public property PreviewValueTyped (Inherited from SPFieldMultiLineText.)
Public property PrimaryPIAttribute (Inherited from SPField.)
Public property PrimaryPITarget (Inherited from SPField.)
Public property PushChangesToLists (Inherited from SPField.)
Public property ReadOnlyField (Inherited from SPField.)
Public property RelatedField (Inherited from SPField.)
Public property Reorderable (Inherited from SPField.)
Public property Required (Inherited from SPField.)
Public property RestrictedMode (Inherited from SPFieldMultiLineText.)
Public property RichText (Inherited from SPFieldMultiLineText.)
Public property RichTextMode (Inherited from SPFieldMultiLineText.)
Public property SchemaXml (Inherited from SPField.)
Public property SchemaXmlWithResourceTokens (Inherited from SPField.)
Public property Scope (Inherited from SPField.)
Public property Sealed (Inherited from SPField.)
Public property ShowInDisplayForm (Inherited from SPField.)
Public property ShowInEditForm (Inherited from SPField.)
Public property ShowInListSettings (Inherited from SPField.)
Public property ShowInNewForm (Inherited from SPField.)
Public property ShowInVersionHistory (Inherited from SPField.)
Public property ShowInViewForms (Inherited from SPField.)
Public property Sortable (Inherited from SPFieldMultiLineText.)
Public property SourceId (Inherited from SPField.)
Public property StaticName (Inherited from SPField.)
Public property Title (Inherited from SPField.)
Public property TitleResource (Inherited from SPField.)
Public property TranslationXml (Inherited from SPField.)
Public property Type (Inherited from SPField.)
Public property TypeAsString (Inherited from SPField.)
Public property TypeDisplayName (Inherited from SPField.)
Public property TypeShortDescription (Inherited from SPField.)
Public property UnlimitedLengthInDocumentLibrary (Inherited from SPFieldMultiLineText.)
Public property UsedInWebContentTypes (Inherited from SPField.)
Public property ValidationEcmaScript (Inherited from SPField.)
Public property ValidationFormula (Inherited from SPField.)
Public property ValidationMessage (Inherited from SPField.)
Public property Version (Inherited from SPField.)
Public property WikiLinking (Inherited from SPFieldMultiLineText.)
Public property XPath (Inherited from SPField.)

Top

Methods

  Name Description
Public method AnnotateField (Inherited from SPField.)
Public method Delete (Inherited from SPField.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetCustomProperty (Inherited from SPField.)
Public method GetFieldValue Returns a SummaryLinkFieldValue object initialized with the value parameter. (Overrides SPField.GetFieldValue(String).)
Public method GetFieldValueAsHtml(Object) Converts the value parameter into its string representation formatted as HTML. (Overrides SPFieldMultiLineText.GetFieldValueAsHtml(Object).)
Public method GetFieldValueAsHtml(Object, SPListItem) (Inherited from SPFieldMultiLineText.)
Public method GetFieldValueAsText Converts the value parameter into its serialized string representation. (Overrides SPFieldMultiLineText.GetFieldValueAsText(Object).)
Public method GetFieldValueForClientRender (Inherited from SPFieldMultiLineText.)
Public method GetFieldValueForEdit (Inherited from SPFieldMultiLineText.)
Public method GetHashCode (Inherited from Object.)
Public method GetJsonClientFormFieldSchema (Inherited from SPFieldMultiLineText.)
Public method GetProperty (Inherited from SPField.)
Public method GetType (Inherited from Object.)
Public method GetValidatedString Returns the serialized, validated string representation of the value parameter. (Overrides SPFieldMultiLineText.GetValidatedString(Object).)
Protected method HasValue Returns a Boolean value that indicates whether the summary links field has at least one link. (Overrides SPField.HasValue(Object).)
Public method ListsFieldUsedIn (Inherited from SPField.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnAdded (Inherited from SPField.)
Public method OnAddingToContentType (Inherited from SPField.)
Public method OnDeleting (Inherited from SPField.)
Public method OnDeletingFromContentType (Inherited from SPField.)
Protected method OnInitFieldNode (Inherited from SPField.)
Public method OnUpdated (Inherited from SPField.)
Public method ParseAndSetValue (Inherited from SPField.)
Public method ParseValue (Inherited from SPField.)
Public method ProcessWikiLinks (Inherited from SPFieldMultiLineText.)
Public method RenderFieldValueAsJson (Inherited from SPField.)
Public method RevertCustomizations (Inherited from SPField.)
Public method SetCustomProperty (Inherited from SPField.)
Protected method SetRichTextMode (Inherited from SPFieldMultiLineText.)
Public method ToString (Inherited from SPField.)
Public method Update() (Inherited from SPField.)
Public method Update(Boolean) (Inherited from SPField.)
Public method ValidateAndParseValue (Inherited from SPFieldMultiLineText.)
Public method ValidateParseAndSetValue (Inherited from SPField.)

Top

See also

Reference

SummaryLinkField class

Microsoft.SharePoint.Publishing.Fields namespace