Share via


SharedWorkspaceLinks.Add Method

Adds a link to the list of links in a shared workspace.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function Add ( _
    URL As String, _
    Description As Object, _
    Notes As Object _
) As SharedWorkspaceLink
'Usage
Dim instance As SharedWorkspaceLinks
Dim URL As String
Dim Description As Object
Dim Notes As Object
Dim returnValue As SharedWorkspaceLink

returnValue = instance.Add(URL, Description, _
    Notes)
SharedWorkspaceLink Add(
    string URL,
    Object Description,
    Object Notes
)

Parameters

  • URL
    Type: System.String

    Required Object. The URL of the web site to which a link is being added.

  • Description
    Type: System.Object

    Optional Object. Optional description of the link.

  • Notes
    Type: System.Object

    Optional String. Optional notes about the link.

Return Value

Type: Microsoft.Office.Core.SharedWorkspaceLink

See Also

Reference

SharedWorkspaceLinks Interface

SharedWorkspaceLinks Members

Microsoft.Office.Core Namespace