[This is preliminary documentation and is subject to change.]
            Saves a menu definition created by the user in the form of an xml document for a particular group.
            
    Namespace: 
   OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public void SaveCorpMenuFile( int groupId, string xmlMenuStr )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub SaveCorpMenuFile ( _ groupId As Integer, _ xmlMenuStr As String _ )  | 
| Visual C++ | 
|---|
public: void SaveCorpMenuFile( int groupId, String^ xmlMenuStr )  | 
Parameters
- groupId
 - Type: System..::.Int32
Id of a particular group corresponding to which the menu deinition needs to be saved. 
- xmlMenuStr
 - Type: System..::.String
The xml representation of the menu definition customized by the user. 
