Click or drag to resize

CustomMacro(String, String) Constructor


Initializes a new instance of the CustomMacro class

Namespace: Ingeniux.CMS.Models.Hooks
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public CustomMacro(
	string name,
	string description
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:Ingeniux.CMS.Models.Hooks.CustomMacro.#ctor(System.String,System.String)"]

description  String

[Missing <param name="description"/> documentation for "M:Ingeniux.CMS.Models.Hooks.CustomMacro.#ctor(System.String,System.String)"]

See Also