SPActionLink members
Represents an action that is displayed for a service on the Services on Server page in the SharePoint Central Administration Web site.
The SPActionLink type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPActionLink(String) | Initializes a new instance of the SPActionLink class based on the specified URL. |
![]() |
SPActionLink(SPActionLinkType) | Initializes a new instance of the SPActionLink class based on the specified link type. |
![]() |
SPActionLink(SPActionLinkType, String, String) | Initializes a new instance of the SPActionLink class based on the specified link type, URL, and prompt message. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
LinkType | Gets the type of action for the link. |
![]() |
PromptMessage | Gets the prompt message that is displayed before taking the action. |
![]() |
Url | Gets the URL for the link. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top