ResolveMacrosEventArgs Properties |
The ResolveMacrosEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | CurrentHandler |
Currently executing handler
(Inherited from CMSEventArgs.) |
![]() | IssueInfo |
Text which is being resolved belongs to this issue.
Can be null if there is no corresponding issue available.
|
![]() | MacroResolver |
Macro resolver which will be used to resolve macros.
|
![]() | Newsletter |
Text which is being resolved belongs to the issue in this newsletter.
Can be null if there is no corresponding newsletter available.
|
![]() | OriginalEventArgs |
Original event arguments for the event
(Inherited from CMSEventArgs.) |
![]() | TextToResolve |
Text before resolving on the Before event or already resolved text on the After event.
|