UserSessionDataIsItemAncestorsLockedT Method
Returns whether the item is locked for editing or not.
Namespace: MobileTrack.DataContainers.ModelsAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public bool IsItemAncestorsLocked<T>(
T item
)
where T : class, IIdLabel, IHasCompany, IHasEnvironment
- item T
- Item to check
- T
- Business item type
Boolean if
item, or its ancestor items, are in a locked state.