SharedWorkspaceLinks.Add(String, Object, Object) Method

Definition

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

public Microsoft.Office.Core.SharedWorkspaceLink Add (string URL, object Description, object Notes);
abstract member Add : string * obj * obj -> Microsoft.Office.Core.SharedWorkspaceLink
Public Function Add (URL As String, Optional Description As Object, Optional Notes As Object) As SharedWorkspaceLink

Parameters

URL
String

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

Description
Object

Optional Object. Optional description of the link.

Notes
Object

Optional String. Optional notes about the link.

Returns

Applies to