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