SharedWorkspace.URL 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.
Returns the top-level Uniform Resource Locator (URL) of the shared workspace.
public:
property System::String ^ URL { System::String ^ get(); };
public string URL { get; }
member this.URL : string
Public ReadOnly Property URL As String
Property Value
Remarks
The URL property returns the address of the shared workspace in this format: http://server/sites/user/workspace/.
The URL property returns a URL-encoded string. For example, a space in the folder name is represented by %20.