Click or drag to resize
MethodNotFoundResult Class
Result class for MacroMethodValidator.
Inheritance Hierarchy
SystemObject
  CMS.MacroEngine.InternalMethodNotFoundResult

Namespace: CMS.MacroEngine.Internal
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public sealed class MethodNotFoundResult

The MethodNotFoundResult type exposes the following members.

Constructors
  NameDescription
Public methodMethodNotFoundResult
Creates new instance of MethodNotFoundResult
Top
Properties
  NameDescription
Public propertyIsObsolete
Indicates whether method is obsolete.
Public propertyMethodName
Method name
Public propertyObsoleteMessage
The message that describes alternative workarounds.
Public propertyParametersNotMatch
Indicates whether method not found is caused by missing parameters.
Top
See Also