DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Uploads web image to wiki site.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public void UploadImageFromWeb( string imageFileUrl, string description, string license, string copyStatus ) |
Parameters
- imageFileUrl
- Type: System..::..String
Full URL of image file on the web.
- description
- Type: System..::..String
Image description.
- license
- Type: System..::..String
Image license type. Used only in some wiki sites. Pass empty string, if the wiki site doesn't require it.
- copyStatus
- Type: System..::..String
Image copy status. Used only in some wiki sites. Pass empty string, if the wiki site doesn't require it.