ITagModeratingApplicationType
is defined in the Telligent.Evolution.Extensibility.Content.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface ITagModeratingApplicationType : IApplicationType, IPlugin { bool CanAddTags(int userId); bool CanAddTags(Guid applicationId, int userId); bool CanDeleteTags(int userId); bool CanDeleteTags(Guid applicationId, int userId); bool CanRenameTags(int userId); bool CanRenameTags(Guid applicationId, int userId); }
Methods
bool CanAddTags(int userId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
userId | int | User Id | Required |
Return Type
bool
bool CanAddTags(Guid applicationId, int userId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
applicationId | Guid | Application Id | Required | ||
userId | int | User Id | Required |
Return Type
bool
bool CanDeleteTags(int userId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
userId | int | User Id | Required |
Return Type
bool
bool CanDeleteTags(Guid applicationId, int userId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
applicationId | Guid | Application Id | Required | ||
userId | int | User Id | Required |
Return Type
bool
bool CanRenameTags(int userId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
userId | int | User Id | Required |
Return Type
bool
bool CanRenameTags(Guid applicationId, int userId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
applicationId | Guid | Application Id | Required | ||
userId | int | User Id | Required |
Return Type
bool