Click or drag to resize
ItemCheckedOutUserId Property
Gets the unique identifier of the admin user that currently has the item checked out, if any.

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

Property Value

Type: NullableGuid
See Also