ITagBrowseableContainerType
is defined in the Telligent.Evolution.Extensibility.Content.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface ITagBrowseableContainerType : IContainerType, IPlugin { string BrowseTags(string[] tags, bool checkPermissions); string BrowseTags(Guid containerId, string[] tags, bool checkPermissions); }
Methods
string BrowseTags(string[] tags, bool checkPermissions);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
tags | string[] | Tags | Required | ||
checkPermissions | bool | Check Permissions | Required |
Return Type
string
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