Click or drag to resize

ISchemaContentViewName Property


Gets/sets the name of this content type's MVC view.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
string ViewName { get; set; }

Property Value

Type: String
Remarks

The view name always falls back to the RootName if the 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 content's XML document.

See Also