Click or drag to resize

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.5.94
Syntax
string HomePage { get; set; }

Property Value

Type: String
Remarks

If the UseStructuredUrl property is true, this property is required. Publishing will generate an error if it is null or empty.

See Also