IFileTypeManagementService Interface

Applies to v2.

Defines methods for a file type management service.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Interface IFileTypeManagementService
'Usage
Dim instance As IFileTypeManagementService
public interface IFileTypeManagementService
public interface class IFileTypeManagementService
type IFileTypeManagementService =  interface end
public interface IFileTypeManagementService

The IFileTypeManagementService type exposes the following members.

Methods

  Name Description
Public method IsBasedOn Specifies whether the content is based on another object.
Public method IsRegisteredExtension Indicates whether an extension is registered.
Public method IsRegisteredType Indicates whether a content type is registered.
Public method RegisterExtensionToContentType Registers an extension to a content type.
Public method RegisterType Registers the content type.

Top

See Also

Reference

Microsoft.WebMatrix.Extensibility.Editor Namespace