QuickLinkManager.Create Method
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function Create ( _
strTitle As String, _
strUrl As String, _
groupType As QuickLinkGroupType, _
strGroup As String, _
privacyLevel As Privacy _
) As QuickLink
'Usage
Dim instance As QuickLinkManager
Dim strTitle As String
Dim strUrl As String
Dim groupType As QuickLinkGroupType
Dim strGroup As String
Dim privacyLevel As Privacy
Dim returnValue As QuickLink
returnValue = instance.Create(strTitle, _
strUrl, groupType, strGroup, privacyLevel)
public QuickLink Create(
string strTitle,
string strUrl,
QuickLinkGroupType groupType,
string strGroup,
Privacy privacyLevel
)
Parameters
- strTitle
Type: System.String
The title of the quick link.
- strUrl
Type: System.String
The URL of the quick link.
- groupType
Type: Microsoft.Office.Server.UserProfiles.QuickLinkGroupType
….
- strGroup
Type: System.String
The name of group for the quick link.
- privacyLevel
Type: Microsoft.Office.Server.UserProfiles.Privacy
….
Return Value
Type: Microsoft.Office.Server.UserProfiles.QuickLink
Microsoft.SharePoint.Portal.UserProfiles.QuickLink. The QuickLink object that represents a quick link.