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