[This is preliminary documentation and is subject to change.]
Gets the menu definition chosen by the user which was stored in an xml file corresponding to a particular group.
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public MenuInfo GetSavedCorpMenu( int groupId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetSavedCorpMenu ( _ groupId As Integer _ ) As MenuInfo |
| Visual C++ |
|---|
public: MenuInfo^ GetSavedCorpMenu( int groupId ) |
Parameters
- groupId
- Type: System..::.Int32
The unique id of the group.
