Category elements contain information about a category to which an Atom feed or entry is associated. atomCategory = element atom:category { atomCommonAttributes, attribute term { text }, attribute scheme { atomUri }?, attribute label { text }?, empty }

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

Syntax

C#
public class AtomCategory : AtomBase
Visual Basic (Declaration)
Public Class AtomCategory _

	Inherits AtomBase
Visual C++
public ref class AtomCategory : public AtomBase

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.AtomBase
    Google.GData.Client..::.AtomCategory
      Google.GData.YouTube..::.YouTubeCategory

See Also