Click or drag to resize

ContainerModelMaxContentType Property

Sets the maximum number of different content types this container can receive.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public int MaxContentType { get; set; }

Property Value

Type: Int32
Remarks

This is different from MaxAmount, which refers to the total amount of content the container can contain.

See Also