Click or drag to resize
MacroMethodSnippet Property
Gets or sets a code snippet which is used in AutoCompletion when TAB is pressed (for determining the cursor position use pipe).

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

Property Value

Type: String

Implements

IMacroMethodSnippet
See Also