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