Plugin that extends IContentConversion to allow routing to a specified URL after converting content
ICustomUrlContentConverter is defined in the Telligent.Evolution.Extensibility.ContentConversion.Version3 namespace of Telligent.Evolution.Platform.dll
Definition
interface ICustomUrlContentConverter : IContentConverter, IPlugin { string GetViewUrl(Guid contentId, IDictionary options); }
Methods
string GetViewUrl(Guid contentId, IDictionary options);
Returns the view Url to use when routing to the converted content
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| contentId | Guid | ContentId of the converted content. | Required | ||
| options | IDictionary | Optional extra parameters | Required |
Return Type
string