The maximum number of content items allowed for this list. Unlimited if set to "0".

Namespace:  Endeca.Data.Content
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

C#
int MaxContentItems { get; }
Visual Basic (Declaration)
ReadOnly Property MaxContentItems As Integer
Visual C++
property int MaxContentItems {
	int get ();
}

Return Value

The maximum number of content items allowed for this list. Unlimited if set to "0".

See Also