Gets a value indicating whether the PageDataCollection has a fixed size.

Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public bool IsFixedSize { get; }

Field Value

Always false for PageDataCollection.

Implements

IList..::.IsFixedSize

See Also