Try our conversational search powered by Generative AI!

Class PersonalizedViewSettings

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

Constructors

PersonalizedViewSettings()

Declaration
public PersonalizedViewSettings()

Properties

CustomizedContainers

Declaration
public IList<IContainer> CustomizedContainers { get; }
Property Value
Type Description
System.Collections.Generic.IList<IContainer>

Id

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

UserName

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

ViewName

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

Methods

FindComponentById(IEnumerable<PersonalizedViewSettings>, Guid)

Declaration
public static IComponent FindComponentById(IEnumerable<PersonalizedViewSettings> viewSettings, Guid componentId)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<PersonalizedViewSettings> viewSettings
System.Guid componentId
Returns
Type Description
IComponent

FindComponentById(IEnumerable<PersonalizedViewSettings>, Guid, out PersonalizedViewSettings)

Declaration
public static IComponent FindComponentById(IEnumerable<PersonalizedViewSettings> viewSettings, Guid componentId, out PersonalizedViewSettings settings)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<PersonalizedViewSettings> viewSettings
System.Guid componentId
PersonalizedViewSettings settings
Returns
Type Description
IComponent

FindComponentById(Guid, out IContainer)

Declaration
public IComponent FindComponentById(Guid id, out IContainer personalizationContainer)
Parameters
Type Name Description
System.Guid id
IContainer personalizationContainer
Returns
Type Description
IComponent

GetComponent(IEnumerable<IComponent>, Guid)

Declaration
public static IComponent GetComponent(IEnumerable<IComponent> containers, Guid storedComponentId)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<IComponent> containers
System.Guid storedComponentId
Returns
Type Description
IComponent

Extension Methods