Class that represents a genericContent collection.
It's the basic container type that wraps up a list of Content. It provides methods to manipulate with Content like fetching, adding or removing data. It not neccesarily represents
a container Content with a type Folder or ContentList, it could be also a result of a query. Since it is generic type of its children items is not defined strictly.
Collection
Class that represents a
generic
Content
collection.It's the basic container type that wraps up a list of
Content
. It provides methods to manipulate withContent
like fetching, adding or removing data. It not neccesarily represents a containerContent
with a typeFolder
orContentList
, it could be also a result of a query. Since it isgeneric
type of its children items is not defined strictly.