ISchemaBasicViewName Property Ingeniux CMS Content Store API

Gets and sets the name of this page type's MVC view.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

string ViewName { get; set; }

Property Value

Type: String
Remarks

This property is not required, regardless of whether IsDynamicSitePage is set to true or false. The view name always falls back to RootName if value of this property is null or empty.

This property instructs the Dynamic Site Server rendering engine to choose a different view name rather than using the root name of the page XML document.

See Also

Reference