IFileEmbeddableContentTypeController
is defined in the Telligent.Evolution.Extensibility.Content.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IFileEmbeddableContentTypeController { void InvalidFile(ICentralizedFile file, string message); string SaveFilesInHtml(string html, Func<ICentralizedFile,ICentralizedFile> processFile); string[] SaveFilesInHtml(string[] html, Func<ICentralizedFile,ICentralizedFile> processFile); string SaveFilesInHtml(string html, Func<ICentralizedFile,ICentralizedFile> processFile, SaveFilesOptions options); string[] SaveFilesInHtml(string[] html, Func<ICentralizedFile,ICentralizedFile> processFile, SaveFilesOptions options); }
Methods
void InvalidFile(ICentralizedFile file, string message);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
file | ICentralizedFile | File | Required | ||
message | string | Message | Required |
string SaveFilesInHtml(string html, Func<ICentralizedFile,ICentralizedFile> processFile);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
html | string | Html | Required | ||
processFile | Func<ICentralizedFile,ICentralizedFile> | Process File | Required |
Return Type
string
string[] SaveFilesInHtml(string[] html, Func<ICentralizedFile,ICentralizedFile> processFile);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
html | string[] | Html | Required | ||
processFile | Func<ICentralizedFile,ICentralizedFile> | Process File | Required |
Return Type
string[]
string SaveFilesInHtml(string html, Func<ICentralizedFile,ICentralizedFile> processFile, SaveFilesOptions options);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
html | string | Html | Required | ||
processFile | Func<ICentralizedFile,ICentralizedFile> | Process File | Required | ||
options | SaveFilesOptions | Options | Required |
Return Type
string
string[] SaveFilesInHtml(string[] html, Func<ICentralizedFile,ICentralizedFile> processFile, SaveFilesOptions options);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
html | string[] | Html | Required | ||
processFile | Func<ICentralizedFile,ICentralizedFile> | Process File | Required | ||
options | SaveFilesOptions | Options | Required |
Return Type
string[]