SharedWorkspaceLink Interface
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.
This object, member, or enumeration is deprecated and is not intended to be used in your code.The SharedWorkspaceLink object represents a URL link saved in a shared document workspace.
public interface class SharedWorkspaceLink : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C037F-0000-0000-C000-000000000046")]
public interface SharedWorkspaceLink : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C037F-0000-0000-C000-000000000046")>]
type SharedWorkspaceLink = interface
interface _IMsoDispObj
Public Interface SharedWorkspaceLink
Implements _IMsoDispObj
- Attributes
- Implements
Remarks
This object is a member of the SharedWorkspaceLinks collection.
Use the SharedWorkspaceLink object to manage links to additional documents and information of interest to the members who are collaborating on the document(s) in the shared workspace.
Use the Item(index
) method of the SharedWorkspaceLinks collection to return a specific SharedWorkspaceLink object.
Use the Description property to set the link description that will appear on the Links tab of the Shared Workspace pane and on the workspace Web page. Use the URL property to set the destination address of the link. Use the Notes property to supply additional information about the link.
Use the Save() method to upload changes to the server after you modify properties of the SharedWorkspaceLink object.
Use the CreatedBy, CreatedDate, ModifiedBy, and ModifiedDate properties to return information about the history of each link.
Properties
Application |
Returns an Application object that represents the container application for the object. |
CreatedBy |
Returns the friendly name of the member who created the shared workspace object. |
CreatedDate |
Returns the date and time when the shared workspace object was created. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Description |
Returns or sets a descriptive String value for the specified SharedWorkspaceLink object. |
ModifiedBy |
Returns the name of the user who last modified the object. |
ModifiedDate |
Returns the date and time when the shared workspace object was last modified. |
Notes |
Returns or sets the optional notes associated with a shared workspace link. |
Parent |
Returns the Parent object for the specified object. |
URL |
Returns or sets the uniform resource locator (URL) of the link saved in the shared workspace. |
Methods
Delete() |
Deletes the current object. |
Save() |
Uploads changes made programmatically to a SharedWorkspaceLink to the server. |