Click or drag to resize
MacroMethodMovedFromNamespace Property
Original namespace the method was moved from. The method usage with the specified namespace is considered as obsolete.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public string MovedFromNamespace { get; set; }

Property Value

Type: String

Implements

IMacroMethodMovedFromNamespace
See Also