A collection of AssignedQuestion objects.

Namespace:  EPiServer.Community.Expert
Assembly:  EPiServer.Community.Expert (in EPiServer.Community.Expert.dll) Version: 4.0.517.255

Syntax

C#
[SerializableAttribute]
public class AssignedQuestionCollection : CacheableCollectionBase<AssignedQuestion, AssignedQuestionCollection>

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    EPiServer.Common.Cache..::.CacheableCollectionBase
      EPiServer.Common.Cache..::.CacheableCollectionBase<(Of <(AssignedQuestion, AssignedQuestionCollection>)>)
        EPiServer.Community.Expert..::.AssignedQuestionCollection

See Also