Contextual data items can be stored in this object and shared with sub-templates. This data will not be persisted with the template property set.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public NameValueCollection ContextData { get; }
Visual Basic
Public ReadOnly Property ContextData As NameValueCollection
	Get

Property Value

Type: NameValueCollection

See Also