ServerLink Members
Include Protected Members
Include Inherited Members
Represents a published link to a Microsoft SharePoint Server site that targets the current user.
The ServerLink type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServerLink | Initializes a new instance of the ServerLink class. |
Top
Properties
Name | Description | |
---|---|---|
IsMember | Gets or sets a value that indicates whether the current user has membership to the server link. | |
IsPublished | Gets or sets a value that indicates whether the link represented by the server link is published. | |
LinkType | Gets or sets the link type. | |
Title | Gets or sets the title of the published link. | |
Url | Gets or sets the URL to the published 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