FileTypeFeatureSupport
Leave feedback
On this page
Represents product feature support information for a specific file extension.
public sealed class FileTypeFeatureSupport
| 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. |
| 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. |
Use GetSupportedFileTypeFeatures to enumerate all registered entries and GetSupportedFileTypeFeatures or GetSupportedFileTypeFeatures to resolve a single entry.
- namespace GroupDocs.Metadata.Common
- assembly GroupDocs.Metadata
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.