SettingsLink Constructor (String)
Initializes a new instance of the SettingsLink class.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
linkText As String _
)
'Usage
Dim linkText As String
Dim instance As New SettingsLink(linkText)
public SettingsLink(
string linkText
)
Parameters
linkText
Type: System.StringA String containing the text of the settings link.
Remarks
Text passed by the linkText parameter will be displayed for the settings link. If left blank, the link will be rendered using the default string.