Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of action provided for a service that is displayed on the Services on Server page within the SharePoint Central Administration Web site.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Enumeration SPActionLinkType
'Usage
Dim instance As SPActionLinkType
public enum SPActionLinkType
Members
Member name | Description | |
---|---|---|
None | Display descriptive text but no link. | |
Hidden | Hide both the link and descriptive text. | |
ObjectModel | Post back and attempt to invoke the object model. | |
UserInterface | Display both the link and descriptive text for redirection to a page in the user interface. |