C# Class XWiki.Office.Word.ImageDownloadInfo

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

Méthodes publiques

Méthode Description
ImageDownloadInfo ( String URI, String downloadFolder, ImageInfo imageInfo ) : System

Creates a new instance for the ImageInfo class.

Method Details

ImageDownloadInfo() public méthode

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.
Résultat System