QuickLinkManager.Add Method (String, String, String, Boolean)
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("Add method using the bPublic parameter is obsolete")> _
Public Function Add ( _
strTitle As String, _
strUrl As String, _
strGroup As String, _
bPublic As Boolean _
) As QuickLink
'Usage
Dim instance As QuickLinkManager
Dim strTitle As String
Dim strUrl As String
Dim strGroup As String
Dim bPublic As Boolean
Dim returnValue As QuickLink
returnValue = instance.Add(strTitle, strUrl, _
strGroup, bPublic)
[ObsoleteAttribute("Add method using the bPublic parameter is obsolete")]
public QuickLink Add(
string strTitle,
string strUrl,
string strGroup,
bool bPublic
)
Parameters
- strTitle
Type: System.String
- strUrl
Type: System.String
- strGroup
Type: System.String
- bPublic
Type: System.Boolean
Return Value
Type: Microsoft.SharePoint.Portal.UserProfiles.QuickLink