This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether to recurse on a given tag

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
public virtual bool DoRecurseTag(
	 reader,
	 module
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overridable Function DoRecurseTag ( _
	reader As , _
	module As  _
) As 

Parameters

reader
XmlReader
XmlTextReader
module
IModuleExec
IModuleExec

Return Value

True if recursion should take place

See Also

Smartsite.Core Namespace
Advanced