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