Share via


RichLinkField-Klasse

Steuerelement zum Bearbeiten von Daten in Feldern vom Typ LinkField .

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebControls.SPControl
      Microsoft.SharePoint.WebControls.TemplateBasedControl
        Microsoft.SharePoint.WebControls.FormComponent
          Microsoft.SharePoint.WebControls.FieldMetadata
            Microsoft.SharePoint.WebControls.BaseFieldControl
              Microsoft.SharePoint.WebControls.BaseTextField
                Microsoft.SharePoint.WebControls.NoteField
                  Microsoft.SharePoint.WebControls.RichTextField
                    Microsoft.SharePoint.Publishing.WebControls.BaseRichField
                      Microsoft.SharePoint.Publishing.WebControls.BaseRichUrlField
                        Microsoft.SharePoint.Publishing.WebControls.RichLinkField
                          

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class RichLinkField _
    Inherits BaseRichUrlField
'Usage
Dim instance As RichLinkField
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class RichLinkField : BaseRichUrlField

Hinweise

Das RichLinkField -Steuerelement wird in Seitenlayouts und Listenformulare bearbeiten, anzeigen und Ändern der Werte für alle SPListItem.Fields des Typs LinkField publishing verwendet.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

RichLinkField-Member

Microsoft.SharePoint.Publishing.WebControls-Namespace

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebControls.SPControl
      Microsoft.SharePoint.WebControls.TemplateBasedControl
        Microsoft.SharePoint.WebControls.FormComponent
          Microsoft.SharePoint.WebControls.FieldMetadata
            Microsoft.SharePoint.WebControls.BaseFieldControl
              Microsoft.SharePoint.WebControls.BaseTextField
                Microsoft.SharePoint.WebControls.NoteField
                  Microsoft.SharePoint.WebControls.RichTextField
                    Microsoft.SharePoint.Publishing.WebControls.BaseRichField
                      Microsoft.SharePoint.Publishing.WebControls.BaseRichUrlField
                        Microsoft.SharePoint.Publishing.WebControls.RichLinkField