Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ClientResourceAggregator

Inheritance
System.Object
ClientResourceAggregator
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.Shell.Web.Resources
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
[Obsolete("Use EPiServer.Framework.Web.Resources.IClientResourceService implementation instead.")]
public class ClientResourceAggregator

Constructors

ClientResourceAggregator(IClientResourceService)

Declaration
public ClientResourceAggregator(IClientResourceService clientResourceService)
Parameters
Type Name Description
IClientResourceService clientResourceService

Methods

GetClientResources(String)

Declaration
[Obsolete("This method has been moved to the IClientResourceService implementation, syntax: ServiceLocator.Current.GetInstance<IClientResourceService>().GetClientResources(location) .", false)]
public IEnumerable<ClientResource> GetClientResources(string location)
Parameters
Type Name Description
System.String location
Returns
Type Description
System.Collections.Generic.IEnumerable<ClientResource>

GetClientResources(String, ClientResourceType[])

Declaration
[Obsolete("This method has been moved to the IClientResourceService implementation, syntax: ServiceLocator.Current.GetInstance<IClientResourceService>().GetClientResources(location, resourceTypes) .", false)]
public IEnumerable<ClientResource> GetClientResources(string location, ClientResourceType[] resourceTypes)
Parameters
Type Name Description
System.String location
ClientResourceType[] resourceTypes
Returns
Type Description
System.Collections.Generic.IEnumerable<ClientResource>

Extension Methods