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.StringRequired Object. The URL of the web site to which a link is being added.
Description
Type: System.ObjectOptional Object. Optional description of the link.
Notes
Type: System.ObjectOptional String. Optional notes about the link.
Return Value
Type: Microsoft.Office.Core.SharedWorkspaceLink