ExportManager

ExportManager constructor

Initializes a new instance of the ExportManager class.

public ExportManager(IEnumerable<MetadataProperty> properties)
Parameter Type Description
properties IEnumerable`1 A collection of metadata properties to be exported.

See Also