ISearchAttachmentTextExtractor
is defined in the Telligent.Evolution.Extensibility.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface ISearchAttachmentTextExtractor : IPlugin { int DefaultOrderNumber { get; } List<string> Extensions { get; } string ExtractText(ICentralizedFile file); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
DefaultOrderNumber | int | |||
Extensions | List<string> |
Methods
string ExtractText(ICentralizedFile file);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
file | ICentralizedFile | File | Required |
Return Type
string