Calls the action on this object and all children.

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

Syntax

C#
public virtual bool WalkTree(

	IBaseWalkerAction action

)
Visual Basic (Declaration)
Public Overridable Function WalkTree ( _

	action As IBaseWalkerAction _

) As Boolean
Visual C++
public:

virtual bool WalkTree(

	IBaseWalkerAction^ action

)

Parameters

action
Type: Google.GData.Client..::.IBaseWalkerAction
an IBaseWalkerAction interface to call

Return Value

true or false, pending outcome of the passed in action

See Also