SPXmlDocumentCollection.Item property
Gets the contents of the XML document at the specified index in the XML document collection.
Overload list
Name | Description | |
---|---|---|
Item[Int32] | Gets the contents of the XML document at the specified index in the XML document collection. | |
Item[String] | Gets the contents of the XML document at the specified Uniform Resource Identifier (URI) in the XML document collection. |
Top