Click or drag to resize

DocumentConfigurationConfigDocumentMappings Property

Gets or sets the DocumentMappings.

Namespace:  PSI.Sox.Configuration
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
[XmlArrayItemAttribute("DocumentMapping")]
public List<DocumentMappingConfiguration> DocumentMappings { get; set; }

Property Value

Type: ListDocumentMappingConfiguration
See Also