atomLogo object representation. The "atom:logo" element's content is an IRI reference [RFC3987] which '+ identifies an image which provides visual identification for a feed. The image SHOULD have an aspect ratio of 2 (horizontal) to 1 (vertical). implemented currently by reusing atomBaseLink.

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

Syntax

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

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

Inheritance Hierarchy

See Also