[This is preliminary documentation and is subject to change.]
Removes the menulist along with all the menuitems and Child menulists
if any.
Namespace:
OfficeClip.BusinessLayer.OfficePortal.CorpMenuAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public void Remove( int lstIndex ) |
| Visual Basic (Declaration) |
|---|
Public Sub Remove ( _ lstIndex As Integer _ ) |
| Visual C++ |
|---|
public: void Remove( int lstIndex ) |
Parameters
- lstIndex
- Type: System..::.Int32
The Index of the menulist in the hashtable to be removed.
