You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Used for the site's start page and also acts as a container for site settings
8
7
/// </summary>
9
8
[ContentType(
10
-
GUID="19671657-B684-4D95-A61F-8DD4FE60D559"
11
-
/*GroupName = Global.GroupNames.Specialized*/)]
12
-
//[SiteImageUrl]
13
-
/*
14
-
[AvailableContentTypes(
15
-
Availability.Specific,
16
-
Include = new[] { typeof(ContainerPage), typeof(ProductPage), typeof(StandardPage), typeof(ISearchPage), typeof(LandingPage), typeof(ContentFolder) }, // Pages we can create under the start page...
17
-
ExcludeOn = new[] { typeof(ContainerPage), typeof(ProductPage), typeof(StandardPage), typeof(ISearchPage), typeof(LandingPage) })] // ...and underneath those we can't create additional start pages
18
-
*/
9
+
GUID="19671657-B684-4D95-A61F-8DD4FE60D559")]
19
10
publicclassStartPage:PageData
20
11
{
21
12
[Display(
22
13
GroupName=SystemTabNames.Content,
23
14
Order=320)]
24
15
[CultureSpecific]
25
-
publicvirtualContentAreaMainContentArea{get;set;}
26
-
27
-
/*
28
-
[Display(GroupName = Global.GroupNames.SiteSettings, Order = 300)]
29
-
public virtual LinkItemCollection ProductPageLinks { get; set; }
30
-
31
-
[Display(GroupName = Global.GroupNames.SiteSettings, Order = 350)]
32
-
public virtual LinkItemCollection CompanyInformationPageLinks { get; set; }
33
-
34
-
[Display(GroupName = Global.GroupNames.SiteSettings, Order = 400)]
35
-
public virtual LinkItemCollection NewsPageLinks { get; set; }
36
-
37
-
[Display(GroupName = Global.GroupNames.SiteSettings, Order = 450)]
38
-
public virtual LinkItemCollection CustomerZonePageLinks { get; set; }
0 commit comments