Content filtering mode is used to describe the behavior of HTML editor in two scenarios: single page mode uses page ID, editor ID and eventually content ID to locate the content in the database and display it. Site wide mode uses only content ID (that should be unique on a site level) to display the content.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public ContentFilteringMode ContentFilteringMode { get; set; }
Visual Basic
Public Property ContentFilteringMode As ContentFilteringMode
	Get
	Set
Visual C++
public:
property ContentFilteringMode ContentFilteringMode {
	ContentFilteringMode get ();
	void set (ContentFilteringMode value);
}
F#
member ContentFilteringMode : ContentFilteringMode with get, set

Property Value

Type: ContentFilteringMode

See Also