Table of Contents

Class WidgetContainerV2

Namespace: Casewhere.Models.Pages.Layouts.Filled
Assembly: Casewhere.Models.dll

Represents a CMS widget container in a filled layout.

public class WidgetContainerV2 : FilledContainer

Inheritance

objectFilledContainerWidgetContainerV2

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<WidgetContainerV2>(WidgetContainerV2)

Constructors

WidgetContainerV2()

public WidgetContainerV2()

Properties

WidgetIds

Gets or sets the list of widget IDs in the container.

public IList<Guid> WidgetIds { get; set; }

Property Value

IList<Guid>