Click or drag to resize
SystemMacroMethodsIsFormsAuthentication Method

Note: This API is now obsolete.

Indicates if the system uses forms authentication

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
[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: Object
See Also