QuickLinkManager.Delete Method
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Delete method on the QuickLink object instead")> _
Public Sub Delete ( _
LinkID As Integer _
)
'Usage
Dim instance As QuickLinkManager
Dim LinkID As Integer
instance.Delete(LinkID)
[ObsoleteAttribute("Use the Delete method on the QuickLink object instead")]
public void Delete(
int LinkID
)
Parameters
- LinkID
Type: System.Int32