VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftImageApiController Class / GetActionsOfImage(WebImageInfoRequestParams) Method
Syntax Requirements SeeAlso
В этом разделе
    GetActionsOfImage(WebImageInfoRequestParams) Метод (VintasoftImageApiController)
    В этом разделе
    Возвращает информацию о действиях изображения.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function GetActionsOfImage( _
    ByVal requestParams
    Информация об изображении.
    As Vintasoft.Shared.Web.WebImageInfoRequestParams _
    ) As Vintasoft.Imaging.Web.Services.GetImageActionsResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Imaging.Web.Services.GetImageActionsResponseParams GetActionsOfImage(
    Vintasoft.Shared.Web.WebImageInfoRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Imaging.Web.Services.GetImageActionsResponseParams* GetActionsOfImage(
    Vintasoft.Shared.Web.WebImageInfoRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Imaging.Web.Services.GetImageActionsResponseParams^ GetActionsOfImage(
    Vintasoft.Shared.Web.WebImageInfoRequestParams^ requestParams
    )

    Parameters

    requestParams
    Информация об изображении.

    Return Value

    Ответ от сервера, содержащий информацию о действиях изображения.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6

    Смотрите также