01-09-2008 05:54 AM
var storeRoot = avm.lookupStore("MADemo");
var folder = storeRoot.lookupNode("ROOT/" + "admin");
01-21-2008 12:19 PM
var storeRootNode = avm.lookupStoreRoot(args["store"]);
if (storeRootNode != null)
{
var path = storeRootNode.path + "/ROOT/admin/index.html";
var node = avm.lookupNode(path);
if (node == null)
{
return "ERROR: unable to find path: " + path;
}
…
01-22-2008 01:05 AM
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.