[This is preliminary documentation and is subject to change.]
Update the Title and link information of a menuitem in a specific menulist
with a specific index value.
Namespace:
OfficeClip.BusinessLayer.OfficePortal.CorpMenuAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void Update( int listIndex, int index, string screenName, string fileName, string url ) |
Visual Basic (Declaration) |
---|
Public Sub Update ( _ listIndex As Integer, _ index As Integer, _ screenName As String, _ fileName As String, _ url As String _ ) |
Visual C++ |
---|
public: void Update( int listIndex, int index, String^ screenName, String^ fileName, String^ url ) |
Parameters
- listIndex
- Type: System..::.Int32
The index of the menulist in which to look for the item to be updated.
- index
- Type: System..::.Int32
The index of the menuitem whose information is to be updated.
- screenName
- Type: System..::.String
The new Title of the menuitem.
- fileName
- Type: System..::.String
The new file name to be mapped to the menuitem.
- url
- Type: System..::.String
The url link to the menuitem.
Remarks
Either fileName or url should have a value. One of them should be empty.