SynchronizationHelperIsCheckedOutByOtherUser Method |
Returns true if the object is checked out by other user than a current user (and use checkin/out is used).
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax public static bool IsCheckedOutByOtherUser(
BaseInfo info
)
Parameters
- info
- Type: CMS.DataEngineBaseInfo
Return Value
Type:
BooleanSee Also