CMSObjectManagerGetUndoCheckOutConfirmation Method |
Gets the undo check out confirmation message for the specified info.
Takes info versioning support into account.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax 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:
StringSee Also