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

Property Value

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