Table of Contents

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

store PropertyStore

Properties

Sources

A list of XML elements representing the document sources to enable.

public List<XmlElement> Sources { get; set; }

Property Value

List<XmlElement>