Borodar.RainbowFolders.Editor.Settings.RainbowFoldersSettings.ChangeFolderIconsByPath C# (CSharp) Method

ChangeFolderIconsByPath() public method

public ChangeFolderIconsByPath ( string path, FolderIconPair icons ) : void
path string
icons FolderIconPair
return void
        public void ChangeFolderIconsByPath(string path, FolderIconPair icons)
        {
            ChangeFolderIcons(new RainbowFolder(KeyType.Path, path, icons.SmallIcon, icons.LargeIcon));
        }