[This is preliminary documentation and is subject to change.]
Removes a specific menuitem
with a value of Index in the menulist
having the list Index lstIndex.
Namespace:
OfficeClip.BusinessLayer.OfficePortal.CorpMenuAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public void Remove( int lstIndex, int index ) |
| Visual Basic (Declaration) |
|---|
Public Sub Remove ( _ lstIndex As Integer, _ index As Integer _ ) |
| Visual C++ |
|---|
public: void Remove( int lstIndex, int index ) |
Parameters
- lstIndex
- Type: System..::.Int32
The Index of the menulist in which to search for the menuitem to be deleted.
- index
- Type: System..::.Int32
The Index of the menuitem to be removed from the list.
