SystemMacroMethodsIsFormsAuthentication Method |
Note: This API is now obsolete.
Indicates if the system uses forms authentication
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("Method is obsolete and will be removed in the next version.")]
public static Object IsFormsAuthentication(
EvaluationContext context,
params Object[] parameters
)
Parameters
- context
- Type: CMS.MacroEngineEvaluationContext
Evaluation context with child resolver - parameters
- Type: SystemObject
Method parameters
Return Value
Type:
ObjectSee Also