| CMSAbstractTransformationLimitLength Method (Object, Int32) | 
            Limits length of the given plain text.
            
 
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntaxpublic string LimitLength(
	Object textObj,
	int maxLength
)
Parameters
- textObj
 - Type: SystemObject
Plain text to limit (Text containing HTML tags is not supported) - maxLength
 - Type: SystemInt32
Maximum text length 
Return Value
Type: 
String
See Also