Click or drag to resize
MacroResolverSetNamedObjectSourceData Method

Note: This API is now obsolete.

Registers the named object source data. Nice name of the object is used as a selector. It's an abbreviation of calling SetNamedSourceData(infoObj.Generalized.GetNiceName(), infoObj).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Name of the field registered with this method might change and break the existing macros. Field name is obtained from resource string which can be changed.")]
public void SetNamedObjectSourceData(
	BaseInfo infoObj
)

Parameters

infoObj
Type: CMS.DataEngineBaseInfo
Info object
See Also