Defines from where the Office plug-in should display the site tree
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ConfigurationPropertyAttribute("pageOfficeStartId", DefaultValue = , IsRequired = false)] [IntegerValidatorAttribute(MinValue = , MaxValue = )] [ManagerTabAttribute(ManagerTab.PageConfiguration)] public int PageOfficeStartId { get; set; } |