复制文件
ResourceItemCopy( apikey, resourceName, itemID, newName, folderPath )
 
获取文件缩略图
ResourceItemGetURL( apikey, resourceName, itemID, type, pageNum )
type
  • thumbnail: a 100x100px, 72dpi, RGB png
  • medium: a 250x250, 72dpi, RGB png
  • full: a 72dpi, RGB png at the size of the original file
  • swf, either the full png, or a compiled flash object (with preservation of vector information)
  • pdfGeneration: an internal format, used for... PDF Generation
 
获取资源列表  返回给定目录面的所有 资源
ResourceGetTree( apikey, resourceName, parentFolder, includeSubDirectories, includeFiles )
 
获取指定列表的详细信息
ResourceItemGetByIdOrPath( apikey, resourceName, itemIdOrPath )
 
获取文档的基本信息
DocumentGetInfo( apikey, itemID,  extended )
posted on 2015-12-04 09:22  小码蚁·兴  阅读(125)  评论(0)    收藏  举报