Click or drag to resize

ContainerModelCanTransferContentTo Property

Defines the list of containers this Container can transfer its contents to.

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

Property Value

Type: String
Remarks

Containers in CanTransferContentTo must be listed by Tag, and separated by semicolons (;). Setting Leaving CanTransferContentTo empty allows contents to be transferred to any Container.

See Also