Kimono.KMimeType.IconNameForUrl C# (CSharp) Method

IconNameForUrl() public static method

Return the filename of the icon associated with the mimetype, for a given url. Use KIconLoader.LoadMimeTypeIcon to load the icon. name="url" URL for the file name="mode" the mode of the file. The mode may modify the icon with overlays that show special properties of the icon. Use 0 for default
public static IconNameForUrl ( Kimono.KUrl url, long mode ) : string
url Kimono.KUrl
mode long
return string
        public static string IconNameForUrl(KUrl url, long mode)
        {
            return (string) staticInterceptor.Invoke("iconNameForUrl#$", "iconNameForUrl(const KUrl&, mode_t)", typeof(string), typeof(KUrl), url, typeof(long), mode);
        }

Same methods

KMimeType::IconNameForUrl ( Kimono.KUrl url ) : string