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 ViewName As String
Get
Set
property String^ ViewName {
String^ get ();
void set (String^ value);
}
abstract ViewName : string with get, set
Property Value
Type:
StringRemarks
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