Class DocumentSourceList
- Namespace
- Dassie.Configuration
- Assembly
- dc.dll
Represents a list of document sources.
[Serializable]
public class DocumentSourceList : ConfigObject
- Inheritance
-
DocumentSourceList
- Inherited Members
- Extension Methods
Constructors
DocumentSourceList(PropertyStore)
Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.
public DocumentSourceList(PropertyStore store)
Parameters
storePropertyStore
Properties
Sources
A list of XML elements representing the document sources to enable.
public List<XmlElement> Sources { get; set; }