SPXmlDocumentCollection Members

Include Protected Members
Include Inherited Members

The XML document collection that is associated with a specific site collection.

The SPXmlDocumentCollection type exposes the following members.

Properties

  Name Description
Public property Count Returns the number of documents in an XML document collection that are associated with the specified site collection. (Overrides SPBaseCollection.Count.)
Public property Item[Int32] Returns the string that is associated with a specific document index in a collection of XML documents, which in turn are associated with the specified site collection.
Public property Item[String] Returns the namespace Uniform Resource Identifier (URI) that is associated with a specific document string in a collection of XML documents, which in turn are associated with the specified site collection.
Public property UpgradedPersistedProperties Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Public method Add Adds the specified XML document to the XML document collection, which in turn is associated with the specified SharePoint site collection.
Public method Delete Deletes the specified XML document from the XML document collection that is associated with the specified SharePoint site collection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Retrieves the data required to serialize the object. (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.)
Public method ToString (Inherited from Object.)
Protected method UpdateParent Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from SPBaseCollection.)

Top

See Also

Reference

SPXmlDocumentCollection Class

Microsoft.SharePoint Namespace