| BannerManagementHelperSerializeBannerImageAttributesToString Method | 
            Serializes data from BannerImageAttributes and returns XML as a string.
            
 
Namespace: CMS.BannerManagementAssembly: CMS.BannerManagement (in CMS.BannerManagement.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string SerializeBannerImageAttributesToString(
	BannerImageAttributes bannerImg
)
Parameters
- bannerImg
- Type: CMS.BannerManagementBannerImageAttributes
 Banner image attributes
Return Value
Type: 
StringBanner image attributes serialized in XML.
 See Also
See Also