码迷,mamicode.com
首页 > 其他好文 > 详细

CHILI接口学习

时间:2015-12-04 10:33:09      阅读:84      评论:0      收藏:0      [点我收藏+]

标签:

复制文件
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 )

CHILI接口学习

标签:

原文地址:http://www.cnblogs.com/wudaxing/p/5018353.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!