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 | |
---|---|---|
![]() |
IsBasedOn | Specifies whether the content is based on another object. |
![]() |
IsRegisteredExtension | Indicates whether an extension is registered. |
![]() |
IsRegisteredType | Indicates whether a content type is registered. |
![]() |
RegisterExtensionToContentType | Registers an extension to a content type. |
![]() |
RegisterType | Registers the content type. |
Top