To set a new file type icon, call AddCustomFileTypeImage on the task class, passing it the extension and the Uri to the resource. For folders, specify "folder" and for albums specify "album".
SkyDriveBrowserTask.AddCustomFileTypeImage("folder", new Uri("/MyAssembly;component/Assets/MyFolderIcon.png", UriKind.Relative));
Grab the package on nuget: ArianKulp.SkyDrive.BrowseTask v1.3
No comments:
Post a Comment