ActiveScriptingBaseBackwardsComponentCompatibilityMode Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Sets or gets a value that indicates whether the code runs in backwards compatibility component mode. The default value is false.

Namespace: ContentStudio.Site.ActiveScripting
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public virtual bool BackwardsComponentCompatibilityMode { get; set; }

Property Value

Type: Boolean
Remarks

This property should never be set to true unless it is called from a Content Studio component. Developers can use this property to indicate that the input from older component versions are not compatible with the newer coding model. By setting this property, the developer knows if the code is called by the component and not directly from code and can act in accordance with this.
See Also

Reference