FileTypeFeatureSupport
Contents
[
Hide
]
FileTypeFeatureSupport class
Represents product feature support information for a specific file extension.
public sealed class FileTypeFeatureSupport
Properties
| Name | Description |
|---|---|
| Description { get; } | Gets the file type description. |
| Extension { get; } | Gets the file extension for this entry (e.g. .pdf). |
| Features { get; } | Gets feature support details for this file type. |
| FormatFamily { get; } | Gets the documentation family this file type belongs to. |
| Note { get; } | Gets optional remarks about support for this file type. |
Methods
| Name | Description |
|---|---|
| static GetSupportedFileTypeFeatures(FileType) | Gets feature support for the specified file type. |
| static GetSupportedFileTypeFeatures(string) | Gets feature support for the specified file extension. |
| static GetSupportedFileTypeFeatures() | Gets all registered file type feature support entries keyed by FileType. |
Remarks
Use GetSupportedFileTypeFeatures to enumerate all registered entries and GetSupportedFileTypeFeatures or GetSupportedFileTypeFeatures to resolve a single entry.
See Also
- namespace GroupDocs.Metadata.Common
- assembly GroupDocs.Metadata