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