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

    Parameters

    requestParams
    Информация о файлах, хранящихся на сервере.

    Return Value

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

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

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