 | RulesUtilityGetXmlAttributeValue Method |
Namespace:
Dynamicweb.Modules.Searching.Rules
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string GetXmlAttributeValue(
XmlAttributeCollection attributes,
string name
)
Public Shared Function GetXmlAttributeValue (
attributes As XmlAttributeCollection,
name As String
) As String
Parameters
- attributes
- Type: System.XmlXmlAttributeCollection
- name
- Type: SystemString
Return Value
Type:
String
See Also