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 override bool WalkTree(

	IBaseWalkerAction action

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

	action As IBaseWalkerAction _

) As Boolean
Visual C++
public:

virtual bool WalkTree(

	IBaseWalkerAction^ action

) override

Parameters

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

Return Value

true or false, pending outcome

See Also