Click or drag to resize
BannerManagementHelperDeserializeBannerImageAttributes Method (String)
Deserializes the passed XML in string and returns BannerImageAttributes.

Namespace: CMS.BannerManagement
Assembly: CMS.BannerManagement (in CMS.BannerManagement.dll) Version: 9.0.0
Syntax
C#
public static BannerImageAttributes DeserializeBannerImageAttributes(
	string xmlString
)

Parameters

xmlString
Type: SystemString
XML

Return Value

Type: BannerImageAttributes
See Also