Share via


ContentImporter.FileTypes Property

 

List of ExtensionInfo objects that are supported by ContentImporter.

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

public abstract IList<FileType> FileTypes { get; }
public:
property IList<FileType^>^ FileTypes {
    virtual IList<FileType^>^ get() abstract;
}
Public MustOverride ReadOnly Property FileTypes As IList(Of FileType)

Property Value

Type: System.Collections.Generic.IList<FileType>

Returns IList<T>.

See Also

ContentImporter Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top