SPActionLink Constructor (SPActionLinkType)
Initializes a new instance of the SPActionLink class based on the specified link type.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
linkType As SPActionLinkType _
)
'Usage
Dim linkType As SPActionLinkType
Dim instance As New SPActionLink(linkType)
public SPActionLink(
SPActionLinkType linkType
)
Parameters
linkType
Type: Microsoft.SharePoint.Administration.SPActionLinkTypeAn SPActionLinkType value that specifies the link type.