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

Checks if the Web Content menu xml file is present, and if the Web Content menu can be shown to the user, if so, returns the full path name of the xml file, if not returns the empty string. This menu file path is returned for a particular group..

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public string GetCorpMenuPath(
	int groupId,
	bool showCorporateMenu
)
Visual Basic (Declaration)
Public Function GetCorpMenuPath ( _
	groupId As Integer, _
	showCorporateMenu As Boolean _
) As String
Visual C++
public:
String^ GetCorpMenuPath(
	int groupId, 
	bool showCorporateMenu
)

Parameters

groupId
Type: System..::.Int32
Id of a particular group.
showCorporateMenu
Type: System..::.Boolean
Flag (True/False) indicating whether to show the corporate menu or not.

Return Value

Xml file path or empty string.

See Also