AccessRequestsPermissionLevelFieldControl class

Renders an access request permission level field on a form page (not a list view page) by using one or more child controls such as a label, link, or text box control.

Inheritance hierarchy

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.AccessRequestsPermissionLevelFieldControl

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

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class AccessRequestsPermissionLevelFieldControl _
    Inherits BaseFieldControl
'Usage
Dim instance As AccessRequestsPermissionLevelFieldControl
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class AccessRequestsPermissionLevelFieldControl : BaseFieldControl

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

AccessRequestsPermissionLevelFieldControl members

Microsoft.SharePoint namespace