[]
Inserts item before item
[Obsolete]
public abstract void InsertBefore(string id, DashboardItem item)
<Obsolete>
Public MustOverride Sub InsertBefore(id As String, item As DashboardItem)
| Type | Name | Description |
|---|---|---|
| string | id | Id of the item before which we need to insert the item. |
| DashboardItem | item | The item to insert. |