예제 #1
0
        public static bool isBound(String path)
        {
            //Check if a video with given path is bound to any tag.

            return(SQLiteService.IsBoundPathToTag(path));
        }