'Declaration <HttpPostAttribute()> Public Overridable Function GetActionsOfImages( _
ByVal requestParamsInformation about images.As Vintasoft.Shared.Web.WebCompositeRequestParams(Of T) _
) As Vintasoft.Imaging.Web.Services.GetImageActionsResponseParams[]
[HttpPost()] public virtual Vintasoft.Imaging.Web.Services.GetImageActionsResponseParams[] GetActionsOfImages(
Vintasoft.Shared.Web.WebCompositeRequestParams<T> requestParams
)
[HttpPost()] public: virtual Vintasoft.Imaging.Web.Services.GetImageActionsResponseParams*[] GetActionsOfImages(
Vintasoft.Shared.Web.WebCompositeRequestParams<T*>* requestParams
)
[HttpPost()] public:
virtual Vintasoft.Imaging.Web.Services.GetImageActionsResponseParams^[] GetActionsOfImages(
Vintasoft.Shared.Web.WebCompositeRequestParams<T^>^ requestParams
)
Parameters
- requestParams
- Information about images.
Return Value
Response from the server, which contains information about actions of images.