Click or drag to resize
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.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static bool IsCheckedOutByOtherUser(
	BaseInfo info
)

Parameters

info
Type: CMS.DataEngineBaseInfo

Return Value

Type: Boolean
See Also