ContentLocatorGroup.ReadXml(XmlReader) Method

Definition

Deserializes the ContentLocatorGroup from a specified XmlReader.

public:
 virtual void ReadXml(System::Xml::XmlReader ^ reader);
public void ReadXml (System.Xml.XmlReader reader);
abstract member ReadXml : System.Xml.XmlReader -> unit
override this.ReadXml : System.Xml.XmlReader -> unit
Public Sub ReadXml (reader As XmlReader)

Parameters

reader
XmlReader

The XML reader to use to deserialize the ContentLocatorGroup.

Implements

Exceptions

reader is null.

The serialized XML for the ContentLocatorGroup is not valid.

Applies to

See also