Telligent.Evolution.Extensibility.Api.Version1.PublicApi.MediaComments is defined in Telligent.Evolution.Api.dll
Methods
MediaComment Create(int mediaGalleryId, int fileId, string body, MediaCommentsCreateOptions options = null);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|
| mediaGalleryId | int | Media Gallery Id | Required | | |
| fileId | int | File Id | Required | | |
| body | string | Body | Required | | |
| options | MediaCommentsCreateOptions | Options | Optional | | |
Return Type
MediaComment
AdditionalInfo Delete(int id, int mediaGalleryId, int fileId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|
| id | int | Id | Required | | |
| mediaGalleryId | int | Media Gallery Id | Required | | |
| fileId | int | File Id | Required | | |
Return Type
AdditionalInfo
MediaComment Get(int id);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|
| id | int | Id | Required | | |
Return Type
MediaComment
PagedList<MediaComment> List(int fileId, MediaCommentsListOptions options = null);
Parameters
Return Type
PagedList<MediaComment>
MediaComment Update(int mediaGalleryId, int fileId, int id, MediaCommentsUpdateOptions options);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|
| mediaGalleryId | int | Media Gallery Id | Required | | |
| fileId | int | File Id | Required | | |
| id | int | Id | Required | | |
| options | MediaCommentsUpdateOptions | Options | Required | | |
Return Type
MediaComment