10-14-2010 09:47 PM
10-15-2010 04:50 AM
10-17-2010 11:42 AM
var current = [];
current.push(
{
propName: "description",
propValue: node.properties["{http://www.alfresco.org/model/content/1.0}description'].toString()
});
var current=[], key, name, value, properties = node.properties.toArray();
for (key in properties)
{
name = key;
value = node.properties[key];
current.push
({
propName: name,
propValue: value
});
}
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.