The MacroStaticSettings type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
AllowContextMacros |
Allow context macro resolving?
| |
AllowCookieMacros |
Allow cookie macro resolving?
| |
AllowCustomMacros |
Allow custom macro resolving?
| |
AllowDataMacros |
Allow data macro resolving?
| |
AllowLocalizationMacros |
Allow localization macro resolving?
| |
AllowMacros |
Allow macro resolving?
| |
AllowOnlySimpleMacros |
If true, only simple macros (those which don't need security check) are allowed, all others won't be resolved. If true, CMSTextBox does not add security parameters to macros.
| |
AllowQueryMacros |
Allow query macro resolving?
| |
AllowSpecialMacros |
Allow special macro resolving?
| |
CaseSensitiveComparison |
Determines whether the string comparison in macros is case sensitive (unless the |(casesensitive) parameter is used.). Reflects global setting CMSMacrosCaseSensitiveComparison from web.config.
| |
DisableParameters |
If true, macro parameters are ignored and not processed (CMSDisableMacroParameters web.config key is reflected), false by default.
| |
MaxMacroNodes |
Determines how many properties can be displayed in AutoCompletion and MacroTree controls. Reflects global setting CMSMaxMacroNodes from web.config.
|
See Also