CompanyOverviewSetItem Method
Sets an item in the management tool for viewing/deletion.
Namespace: MobileTrack.Web.Portal.Pages.Admin.CompanyOverviewsAssembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public Task SetItem(
IIdLabel? item,
ItemType type,
bool isNewItem,
EditorActiveTab tabToOpen
)
- item IIdLabel
- Item to display
- type ItemType
- Type of item, derived from IIdLabel
- isNewItem Boolean
- Whether it is a new item or an existing one
- tabToOpen EditorActiveTab
- Tab to display
Task[Missing <returns> documentation for "M:MobileTrack.Web.Portal.Pages.Admin.CompanyOverviews.CompanyOverview.SetItem(MobileTrack.Common.Interfaces.IIdLabel,MobileTrack.Common.Enums.ItemType,System.Boolean,MobileTrack.Web.Components.Models.EditorActiveTab)"]