Click or drag to resize

ISectionSchema.ImageElements Property

Collection of restaurant section images.

Namespace:  Resto.Front.Api.V5.Data.Organization.Sections
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
ReadOnlyCollection<RestaurantSectionImage> ImageElements { get; }

Property Value

Type: ReadOnlyCollection<RestaurantSectionImage>
See Also