Restrict listing to a maximum number of pages.
Namespace:
EPiServer.Web.WebControlsAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[DefaultValueAttribute("")] [BindableAttribute(true)] public int MaxCount { get; set; } |
Remarks
Default value is -1 which means "Show all pages".
Note that 0 menas no pages.