Click or drag to resize
CMSModalPageSetSaveResourceString Method
Sets Save and Close button resource string.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected void SetSaveResourceString(
	string resourceString
)

Parameters

resourceString
Type: SystemString
Resource string
Exceptions
ExceptionCondition
GeneralCMSExceptionUsed master page is not ICMSModalMasterPage
See Also