VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftImageCollectionApiController Class / GetImageFileInfo(WebImageFilesRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    GetImageFileInfo(WebImageFilesRequestParams) Method (VintasoftImageCollectionApiController)
    In This Topic
    Returns an information about images, which are stored in specified image files.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function GetImageFileInfo( _
    ByVal requestParams
    Information about files, which are stored on server.
    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
    Information about files, which are stored on server.

    Return Value

    Response, from server, which contains information about images, which are stored in files.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6

    See Also