ISecuredApplicationMerger
is defined in the Telligent.Evolution.Extensibility.ApplicationMerge.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
interface ISecuredApplicationMerger : IApplicationMerger, 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 merging from source to target application type.
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
applicationTypeId | Guid | Target application type | Required |
Return Type
Guid