Click or drag to resize
ItemCheckedOutUserIsOnline Property
Gets a value indicating if the checked out user is currently online, if any. It is not recommended to rely on the accuracy of this value.

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<bool> CheckedOutUserIsOnline { get; }

Property Value

Type: NullableBoolean
See Also