Plugin that scopes availailable target applications for an IContentConverter by a permission ID
ISecuredContentConverter
is defined in the Telligent.Evolution.Extensibility.ContentConversion.Version3
namespace of Telligent.Evolution.Platform.dll
Definition
interface ISecuredContentConverter : IContentConverter, IPlugin { Guid TargetApplicationPermissionId(Guid applicationTypeId); }
Methods
Guid TargetApplicationPermissionId(Guid applicationTypeId);
Returns the permission ID to use when listing target applications for the given applicationTypeId when converting from source to target content types.
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
applicationTypeId | Guid | Possible application type used by the target content type | Required |
Return Type
Guid