QuickLinkManager Class

The QuickLinkManager class represents the entry point for managing QuickLink objects.

System.Object

   System.Collections.IEnumerable

      Microsoft.SharePoint.Portal.UserProfiles.QuickLinkManager

Public Constructors

The following table shows the constructors of the QuickLinkManager class and a brief description of each.

Name Description
QuickLinkManager Initializes a new instance of the QuickLinkManager class.

Public Methods

The following table shows the methods of the QuickLinkManager class and a brief description of each.

Name Description
Add(String, String, String, Boolean) Adds a quick link.
Add(String, String, String, String, Boolean) Adds a quick link.
AddPerson(String, System.Guid, String, Boolean) Adds a quick link to a user profile.
Delete(Int32) Deletes a quick link per link user identifier.
DeleteAll Deletes all quick links from this collection.
GetDataSet(Boolean) Gets a data set of all specified quick links. You can specify either all quick links or public only.
GetEnumerator(Boolean) Gets the enumerator for all quick links to which the user has access. You can specify either all quick links or public only.
GetEnumerator Gets an emumerator to all quick links to which you have access.
GetGroupList Gets a list of groups.

Public Properties

The following table shows the properties of the QuickLinkManager class, the data type of each property, and a brief description of each.

Name Data Type Description
Item(Int32) Microsoft.SharePoint.Portal.UserProfiles.QuickLink The indexer for enumerating the list of links for My Links on a user profile

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.

Example

The following code example shows the use of the QuickLinkManager class.

Requirements

Namespace: Microsoft.SharePoint.Portal.UserProfiles

Platforms: Microsoft Windows Server 2003

Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Security: Code Access Security