IXmlRepository Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The basic interface for storing and retrieving XML elements.
public interface class IXmlRepository
public interface IXmlRepository
type IXmlRepository = interface
Public Interface IXmlRepository
- Derived
Methods
GetAllElements() |
Gets all top-level XML elements in the repository. |
StoreElement(XElement, String) |
Adds a top-level XML element to the repository. |