This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.IEmoticons>()
and is defined in Telligent.Evolution.Platform.dll
Methods
Emoticon Create(string code, string url, string description);
Create a new emoticon
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
code | string | Code for the emoticon | Required | ||
url | string | URL of emoticon image | Required | ||
description | string | Description of the emoticon | Required |
Return Type
AdditionalInfo Delete(int id);
Deletes an emoticon
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
id | int | Id of the emoticon | Required |
Return Type
Emoticon Get(int id);
Gets an emoticon
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
id | int | Id of the emoticon | Required |
Return Type
ApiList<Emoticon> List();
Lists all emoticons
Return Type
Emoticon Update(int id, EmoticonUpdateOptions options = null);
Update an existing emoticon
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
id | int | Id of the emoticon | Required | ||
options | EmoticonUpdateOptions | Options include: Code, Url, Description | Optional |