SPLink members
Describes a link to or from a document or regular list item.
The SPLink type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
IsBroken | Gets a Boolean value that indicates whether the link is broken. |
![]() |
IsInternal | Gets a Boolean value that indicates whether the link goes to or from a page within the current Web site. |
![]() |
IsToFolder | Gets a Boolean value that indicates whether the link goes to a folder within the current Web site. |
![]() |
ServerRelativeUrl | Gets the server-relative URL of the link. |
![]() |
Url | Gets the absolute URL of the link. |
![]() |
UrlParameter | Gets a parameter that is passed as part of a URL in a link. |
![]() |
WebId | Gets the ID of the site containing 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