[This is preliminary documentation and is subject to change.]

The IMapExporter type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
FileExtension
File extension assiciated with this file. Throws NotSupportedException if this is a directory-based format.
(Inherited from IMapConverter.)
Format
Returns the format name.
(Inherited from IMapConverter.)
ServerName
Returns name(s) of the server(s) that uses this format.
(Inherited from IMapConverter.)
StorageType
Returns the map storage type (file-based or directory-based).
(Inherited from IMapConverter.)
SupportsExport
Whether this converter supports exporting/saving to the format.
(Inherited from IMapConverter.)
SupportsImport
Whether this converter supports importing/loading from the format.
(Inherited from IMapConverter.)

See Also