Click or drag to resize
XmlHelperXmlAttributeIsEmpty Method
Determines whether specified xml attribute is defined.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool XmlAttributeIsEmpty(
	XmlAttribute attribute
)

Parameters

attribute
Type: System.XmlXmlAttribute
Xml attribute to check

Return Value

Type: Boolean
See Also