SharedWorkspace.SourceURL Property
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.
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.
public:
property System::String ^ SourceURL { System::String ^ get(); void set(System::String ^ value); };
public string SourceURL { get; set; }
member this.SourceURL : string with get, set
Public Property SourceURL As String
Property Value
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.