Click or drag to resize

ContextHolderSetContext Method

Sets the context and its path from the parent to the context.

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SetContext(
	Object newContext,
	string path
)

Parameters

newContext
Type: SystemObject
Context.
path
Type: SystemString
Path from the parent context to the specified one.
See Also