[This is preliminary documentation and is subject to change.]

Return the complete url path of the OfficeClip application. The url path starts with http://

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public string UrlPath(
	string name
)
Visual Basic (Declaration)
Public Function UrlPath ( _
	name As String _
) As String
Visual C++
public:
String^ UrlPath(
	String^ name
)

Parameters

name
Type: System..::.String
The name of the file for which url needs to be returned

Return Value

the complete url path of the file.

See Also