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

Returns the url of the OfficeClip installation. It uses the HostStr property of the web.config file to get the url.

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

Syntax

C#
public static string GetHostStr()
Visual Basic (Declaration)
Public Shared Function GetHostStr As String
Visual C++
public:
static String^ GetHostStr()

Return Value

The url of the OfficeClip installation.

See Also