C# Class XWiki.Office.Word.ImageDownloadInfo

Class used to package the image information between threads.
Mostrar archivo Open project: xwiki-contrib/xwiki-office Class Usage Examples

Public Methods

Method Description
ImageDownloadInfo ( String URI, String downloadFolder, ImageInfo imageInfo ) : System

Creates a new instance for the ImageInfo class.

Method Details

ImageDownloadInfo() public method

Creates a new instance for the ImageInfo class.
public ImageDownloadInfo ( String URI, String downloadFolder, ImageInfo imageInfo ) : System
URI String The URI of the image.
downloadFolder String The folder where the image will be downloaded.
imageInfo ImageInfo The states of the image on the server and on the local file system.
return System