IPageVersionViewName Property Ingeniux CMS Content Store API

Gets and sets this page version's ViewName.

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

ViewName refers of the name of the this page's view at runtime in an MVC development environment.

This property instructsthe Dynamic Site Server to select the view when rendering this page at runtime.

See Also

Reference