SPActionLinkType Enumeration
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)
Syntax
Public Enumeration SPActionLinkType
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. |