예제 #1
0
 internal static bool IsNamedFolderId(string dirItemId)
 {
     return(NamesList.Any(s => Util.ToBase64(s) == dirItemId));
 }