SharedWorkspace.SourceURL Property
Designates the location of the public copy of a shared document to which changes should be published after the document has been revised in a separate document workspace.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property SourceURL As String
Get
Set
'Usage
Dim instance As SharedWorkspace
Dim value As String
value = instance.SourceURL
instance.SourceURL = value
string SourceURL { get; set; }
Property Value
Type: System.String
Remarks
The Microsoft Windows SharePoint Services user interface allows users to copy a public shared document from a document library to a separate document workspace for temporary collaboration purposes, and then publish changes back to the original source location. The SourceURL property indicates the original source location of a document copy stored in a temporary workspace.