Click or drag to resize
BannerManagementHelperDeserializeBannerImageAttributes Method (XmlDocument)
Deserializes the passed XmlDocument and returns BannerImageAttributes.

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

Parameters

xmlDocument
Type: System.XmlXmlDocument
XML document with banner image

Return Value

Type: BannerImageAttributes
See Also