SharedWorkspaceLinks.Add(String, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.