Remove Method (DashboardCollection)
Removes item by id.
'Declaration
Public MustOverride Function Remove( _
ByVal As String _
) As Boolean
public abstract bool Remove(
string
)
Parameters
- id
- Id for the item to remove.
Return Value
True if the item has been removed successfully.