helper to toggle categories

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

Syntax

C#
public void ToggleCategory(

	AtomCategory cat,

	bool value

)
Visual Basic (Declaration)
Public Sub ToggleCategory ( _

	cat As AtomCategory, _

	value As Boolean _

)
Visual C++
public:

void ToggleCategory(

	AtomCategory^ cat, 

	bool value

)

See Also