Click or drag to resize

ContainerModelAllowContentTransfer Property

Allows this Container to receive contents.

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

Property Value

Type: String
Remarks

If set to false, the user will not be able to transfer any content to this container.

Contents can still be transferred to this container manually, using for instance CopyContentModel or ModifyContentModel.

See Also