ContentCollection class

Namespace:  EPiServer.Community.DocumentArchive
Assembly:  EPiServer.Community.DocumentArchive (in EPiServer.Community.DocumentArchive.dll) Version: 4.1.517.358

Syntax

C#
[SerializableAttribute]
public class ContentCollection : CacheableCollectionBase<Content, ContentCollection>

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    EPiServer.Common.Cache..::.CacheableCollectionBase
      EPiServer.Common.Cache..::.CacheableCollectionBase<(Of <(Content, ContentCollection>)>)
        EPiServer.Community.DocumentArchive..::.ContentCollection

See Also