Class GetContentsBatchedHandler

Inheritance
System.Object
GetContentsBatchedHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Shell.Rest.Query
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class GetContentsBatchedHandler

Constructors

GetContentsBatchedHandler(IContentProviderManager, IContentRepository)

Declaration
public GetContentsBatchedHandler(IContentProviderManager contentProviderManager, IContentRepository contentRepository)
Parameters
Type Name Description
EPiServer.Core.IContentProviderManager contentProviderManager
EPiServer.IContentRepository contentRepository

Methods

GetFilteredChildren(IList<GetChildrenReferenceResult>, IEnumerable<String>, Boolean)

Declaration
public virtual IList<ContentReference> GetFilteredChildren(IList<GetChildrenReferenceResult> childrenReferences, IEnumerable<string> typeIdentifiers, bool orderByType)
Parameters
Type Name Description
System.Collections.Generic.IList<EPiServer.Core.GetChildrenReferenceResult> childrenReferences
System.Collections.Generic.IEnumerable<System.String> typeIdentifiers
System.Boolean orderByType
Returns
Type Description
System.Collections.Generic.IList<EPiServer.Core.ContentReference>

GetItemsBatched(IEnumerable<ContentReference>, Int32, CultureInfo)

Declaration
public virtual IEnumerable<IContent> GetItemsBatched(IEnumerable<ContentReference> contentLinks, int batchSize, CultureInfo culture)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<EPiServer.Core.ContentReference> contentLinks
System.Int32 batchSize
System.Globalization.CultureInfo culture
Returns
Type Description
System.Collections.Generic.IEnumerable<EPiServer.Core.IContent>