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

Gets the extranet home page path

Namespace:  OfficeClip.BusinessLayer.Extranet.Utility
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static string GetExtranetHomePageUrl(
	int groupId
)
Visual Basic (Declaration)
Public Shared Function GetExtranetHomePageUrl ( _
	groupId As Integer _
) As String
Visual C++
public:
static String^ GetExtranetHomePageUrl(
	int groupId
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group

Return Value

The physical path to the extranet home page

See Also