ITagBrowseableApplicationType
is defined in the Telligent.Evolution.Extensibility.Content.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface ITagBrowseableApplicationType : IApplicationType, IPlugin { string BrowseTags(Guid? containerId, string[] tags, bool checkPermissions); string BrowseTags(Guid applicationId, string[] tags, bool checkPermissions); }
Methods
string BrowseTags(Guid? containerId, string[] tags, bool checkPermissions);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
containerId | Guid? | Container Id | Required | ||
tags | string[] | Tags | Required | ||
checkPermissions | bool | Check Permissions | Required |
Return Type
string
string BrowseTags(Guid applicationId, string[] tags, bool checkPermissions);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
applicationId | Guid | Application Id | Required | ||
tags | string[] | Tags | Required | ||
checkPermissions | bool | Check Permissions | Required |
Return Type
string