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.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
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