IStructuredUrlSettingsHomePage Property
|
Gets/sets the ID of the published site's home page. This
Page will be the root of a published site. All
its descendants will obtain their structured URL based on their relative path from the Home Page.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string HomePage { get; set; }
Property HomePage As String
Get
Set
property String^ HomePage {
String^ get ();
void set (String^ value);
}
abstract HomePage : string with get, set
Property Value
Type:
StringRemarks If the UseStructuredUrl property is true, this property is required. Publishing will generate an error if it is null or empty.
See Also