VintasoftImageCollectionApi2Controller Class
A Web API 2 controller that handles HTTP requests from clients and allows to manage an image collection.
This Web API controller can be used in ASP.NET MVC 5.
The Web API controller can cache data on server side. Cache parameters can be changed in the WebServicesGlobalSettings class or the Web site's application settings (web.config file):
- The "VintasoftWebImaging_UploadDirectoryName" parameter defines name of directory, where uploaded files must be stored. By default parameter has value "UploadedImageFiles" and uploaded files are stored in "/UploadedImageFiles" directory.
- The "VintasoftWebImaging_CacheDirectoryName" parameter defines name of directory, where cached data must be stored. By default parameter has value "VintasoftCache" and cached data are stored in "/VintasoftCache" directory.
- The "VintasoftWebImaging_CachedImageCollectionStateDirectoryName" parameter defines name of directory, where cached image collection state. By default parameter has value "ImageCollectionState" and cached image collection states are stored in "/VintasoftCache/ImageCollectionState" directory.
System.Object
 System.Web.Http.ApiController
   Vintasoft.Imaging.Web.Api2Controllers.VintasoftImageCollectionApi2Controller
Target Platforms: .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5