MacroResolver SetNamedSourceData Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodSetNamedSourceData( Hashtable )
Sets hashtable data source to the resolver. Keys of the table are considered names of the data.
Public methodSetNamedSourceData( Object , Boolean)
Sets given name-value pairs to the resolver.
Public methodSetNamedSourceData(MacroField, Boolean)
Registers given field as the named source data.
Public methodSetNamedSourceData(String, Object, Boolean)
Registers the named source data. The data can be accessed with macro {%Selector.ColumnName%}. Selector has to be in identifier format.
Back to Top
See Also