Persistate API documentation
CallTree Method (callTreeData, slot)
NamespacesPersistateIClassifiedCallTree(CallTreeData, Int32)

[This is preliminary documentation and is subject to change.]

Calls a method for the implementing object and every object under it in the persistent tree.
Declaration Syntax
C#
bool CallTree(
	CallTreeData callTreeData,
	int slot
)
Parameters
callTreeData (CallTreeData)
A helper object containing a delegate to call for contained nodes in the tree, a delegate to call for associated members, a root first indicator,and a set of parameters to pass to called delegates.
slot (Int32)
The slot of the Member, within its parent, of the node for which the method is being called.
Return Value
If false, then the tree descent will not go below this node. This works only if the RootFirst property in callTreeData is true.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)