Click or drag to resize

ChildCollectionDefinitionsItem Property

Gets the child list definition with the specified name

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IChildCollectionDefinition this[
	string collectionName
] { get; }

Parameters

collectionName
Type: SystemString
The name of the child list definition to return

Return Value

Type: IChildCollectionDefinition
The child list definition with the specifed name
See Also