XmlHelperXmlAttributeIsEmpty Method |
Determines whether specified xml attribute is defined.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static bool XmlAttributeIsEmpty(
XmlAttribute attribute
)
Parameters
- attribute
- Type: System.XmlXmlAttribute
Xml attribute to check
Return Value
Type:
BooleanSee Also