GetDataSet(Boolean) Method
SharePoint 2003
The GetDataSet method of the QuickLinkManager class gets a data set of all specified quick links. You can specifiy either all quick links or only public links .
Parameters
bGetOnlyPublic true if the GetDataSet method gets only public quick links; otherwise, false.
Return Value
System.Data.DataSet Data set that represents all specified quick links. It has the following schema:
| Element Name | Data Type |
|---|---|
| UserID | System.GUID |
| LinkID | int |
| PageURL | string |
| Title | string |
| ContentClass | string |
| Group | string |
| LinkUserID | System.GUID |
| IsPublic | boolean |
| string | |
Requirements
Platforms: Microsoft Windows Server 2003
Security: Code Access Security