[]
Move the item to the place before the item with the specified ID.
public abstract void MoveBefore(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. |