SharedWorkspaceFile.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 full uniform resource locator (URL) and file name of the shared workspace file.
public:
property System::String ^ default { System::String ^ get(); };
public string this { get; }
member this.URL : string
Default Public ReadOnly Property URL As String
Property Value
Remarks
The URL property returns the address of the shared workspace file in this format: http://server/sites/user/workspace/Shared%Documents/MyWorkbook.xls.
The URL property returns a URL-encoded string. For example, a space in the folder name is represented by %20.
The SharedWorkspaceFile object does not have a Name or FileName property. The filename must be extracted from the URL property.