ID of the Web page that serves as the start page for the site.
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ConfigurationPropertyAttribute("pageStartId", DefaultValue = , IsRequired = true)] [ManagerTabAttribute(ManagerTab.PageConfiguration)] [IntegerValidatorAttribute(MinValue = , MaxValue = )] public int PageStartId { get; set; } |