SharedWorkspace.URL Property

Definition

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.

Applies to