ContainerModelMaxContentType Property
|
Sets the maximum number of different content types this container can receive.
Namespace:
Livit.Learn.ModelAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic 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