FlatContainerModelContents Property |
Namespace: Livit.Learn.Model
Contents lists the content types and quantities contained by a FlatContainer. There may be more than one content type per FlatContainer.
<Container Id="MyContainer" ItemId="MyContainer" MaxAmount="20"> <Contents> <Content Type="MyType" Amount="10" /> <Content Type="MyOtherType" Amount="5" /> </Contents> </Container>