12-17-2008 11:27 AM
upload = companyhome.createFile(filename) ;
upload.properties.content.write(content);
upload.properties.content.encoding = "UTF-8";
upload.properties.content.mimetype = type;
upload.properties.title = title;
upload.properties.description = description;
upload.save();
12-17-2008 12:06 PM
var nodes = search.luceneSearch("busqueda por el criterio que quieras");
for (var i=0; i<nodes.length; i++)
{
…
}
Y en nodes tienes referencia a los diferentes nodos que cumplen la condicion. nodes haría referencia al nodo en cuestión.Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.