public static string Key(string path) { return(DgiotHelper.Md5(path).Substring(0, 10)); }
public static string Key(TreeNode parentNode, string itemid) { return(DgiotHelper.Md5(parentNode.FullPath + "/" + itemid).Substring(0, 10)); }