Click or drag to resize
CMSObjectManagerGetUndoCheckOutConfirmation Method
Gets the undo check out confirmation message for the specified info. Takes info versioning support into account.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public static string GetUndoCheckOutConfirmation(
	BaseInfo info,
	string resourceCulture
)

Parameters

info
Type: CMS.DataEngineBaseInfo
Info for which to display the message
resourceCulture
Type: SystemString
Resource string culture, optional

Return Value

Type: String
See Also