Click or drag to resize

ContainerModelAcceptableContents Property

Defines the content types this container can contain.

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

Property Value

Type: String
Remarks

Each content type should be separated by a semicolon (;).

AcceptableContents is empty by default, which allows the container to contain any content type.

See Also