- Timestamp:
- 09/15/08 01:35:51 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/iTunesCOMWrap/trunk/iTunesCOMWrap/Interfaces/IArtwork.cs
r11205 r19308 1 1 // $Id$ 2 using Clovery.iTunesHelper.COMWrap.Interfaces.Internal; 3 2 4 namespace Clovery.iTunesHelper.COMWrap.Interfaces 3 5 { … … 24 26 /// </summary> 25 27 bool IsDownloadedArtwork { get; } 28 29 /// <summary> 30 /// get/set the description for the artwork. 31 /// </summary> 32 /// <remarks> 33 /// Artwork descriptions are only supported in files that use ID3 tags (i.e. MP3 files). 34 /// </remarks> 35 string Description { get; set; } 26 36 27 37 /// <summary>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)