| DataHelperGetNotEmpty Method | 
            Returns second parameter if the first is null or "".
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string GetNotEmpty(
	Object value,
	string defaultValue
)
Parameters
- value
- Type: SystemObject
 
- defaultValue
- Type: SystemString
 
Return Value
Type: 
String See Also
See Also