atomIcon object representation. The "atom:icon" element's content is an IRI reference [RFC3987] which identifies an image which provides iconic visual identification for a feed. The image SHOULD have an aspect ratio of one (horizontal) to one (vertical), and SHOULD be suitable for presentation at a small size.

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public class AtomIcon : AtomBaseLink
Visual Basic (Declaration)
Public Class AtomIcon _

	Inherits AtomBaseLink
Visual C++
public ref class AtomIcon : public AtomBaseLink

Inheritance Hierarchy

See Also