CustomMacro Constructor (String, String)
|
Namespace:
Ingeniux.CMS.Models.Hooks
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public CustomMacro(
string name,
string description
)
Public Sub New (
name As String,
description As String
)
public:
CustomMacro(
String^ name,
String^ description
)
new :
name : string *
description : string -> CustomMacro
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Ingeniux.CMS.Models.Hooks.CustomMacro.#ctor(System.String,System.String)"]
- description
- Type: SystemString
[Missing <param name="description"/> documentation for "M:Ingeniux.CMS.Models.Hooks.CustomMacro.#ctor(System.String,System.String)"]
See Also