SaaS CMS has officially launched! Learn more now.

Class ClientResourceElement

Inheritance
System.Object
ClientResourceElement
Implements
System.IEquatable<ClientResourceElement>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class ClientResourceElement : IEquatable<ClientResourceElement>

Constructors

ClientResourceElement()

Declaration
public ClientResourceElement()

ClientResourceElement(String, String)

Declaration
public ClientResourceElement(string path, string name)
Parameters
Type Name Description
System.String path
System.String name

Properties

Dependencies

Declaration
public List<ClientResourceReference> Dependencies { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ClientResourceReference>

IsMinified

Declaration
public bool IsMinified { get; set; }
Property Value
Type Description
System.Boolean

Location

Declaration
public string Location { get; set; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Path

Declaration
public string Path { get; set; }
Property Value
Type Description
System.String

ResourceType

Declaration
public ClientResourceType ResourceType { get; set; }
Property Value
Type Description
ClientResourceType

SortIndex

Declaration
public int SortIndex { get; set; }
Property Value
Type Description
System.Int32

Methods

Equals(ClientResourceElement)

Declaration
public bool Equals(ClientResourceElement other)
Parameters
Type Name Description
ClientResourceElement other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()

Implements

System.IEquatable<T>

Extension Methods