AbstractConfigurationGetIntAttribute Method |
Gets the value for particular attribute of the XML node converted to integer.
Namespace: CMS.UIControls.UniGridConfigAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected static int GetIntAttribute(
XmlNode node,
string name,
int defaultValue
)
Parameters
- node
- Type: System.XmlXmlNode
Xml node - name
- Type: SystemString
Attribute name - defaultValue
- Type: SystemInt32
Default value
Return Value
Type:
Int32See Also