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 ComponentData

Inheritance
System.Object
ComponentData
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.Storage
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class ComponentData

Constructors

ComponentData()

Declaration
public ComponentData()

Properties

Components

Declaration
public IList<ComponentData> Components { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<ComponentData>

DefinitionName

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

Id

Declaration
public virtual Guid Id { get; set; }
Property Value
Type Description
System.Guid

PlugInArea

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

Settings

Declaration
public IDictionary<string, object> Settings { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

Extension Methods