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

The IMapConverter 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.
Format
Returns the format name.
ServerName
Returns name(s) of the server(s) that uses this format.
StorageType
Returns the map storage type (file-based or directory-based).
SupportsExport
Whether this converter supports exporting/saving to the format.
SupportsImport
Whether this converter supports importing/loading from the format.

See Also