SaaS CMS has officially launched! Learn more now.

Class FolderChildrenEvaluator

Inheritance
System.Object
FolderChildrenEvaluator
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.Cms.Shell.UI.Rest.ContentQuery.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class FolderChildrenEvaluator

Constructors

FolderChildrenEvaluator(IContentProviderManager, LanguageSelectorFactory, IContentRepository)

Declaration
public FolderChildrenEvaluator(IContentProviderManager providerManager, LanguageSelectorFactory languageSelectorFactory, IContentRepository contentRepository)
Parameters
Type Name Description
IContentProviderManager providerManager
LanguageSelectorFactory languageSelectorFactory
IContentRepository contentRepository

Methods

TryToApplyPaging(ContentReference, Type, out Int32)

Declaration
public virtual bool TryToApplyPaging(ContentReference reference, Type requestedType, out int count)
Parameters
Type Name Description
ContentReference reference
System.Type requestedType
System.Int32 count
Returns
Type Description
System.Boolean

Extension Methods