Class GetContentsBatchedHandler
Inheritance
System.Object
GetContentsBatchedHandler
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class GetContentsBatchedHandler : Object
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> |
|