GetXmlElementName method

  1. @override
String GetXmlElementName()
override
Defines an implicit conversion between String and ItemId. The unique Id to convert to ItemId. Gets the name of the XML element.

Implementation

// static implicit operator ItemId(String uniqueId)
//        {
//            return new ItemId(uniqueId);
//        }

/// <summary>
/// Gets the name of the XML element.
/// </summary>
/// <returns>XML element name.</returns>
@override
String GetXmlElementName() {
  return XmlElementNames.ItemId;
}