Class PropertyBlockExtensions
Extension methods for working with block properties, commonly used when setting up Content Delivery API serialization.
Inheritance
PropertyBlockExtensions
Assembly: AdaptiveImages.dll
Syntax
public static class PropertyBlockExtensions
Methods
GetImageConstraints(PropertyBlock<AdaptiveImage>)
Gets all image constraints for the image property.
Declaration
public static ImageConstraints GetImageConstraints(this PropertyBlock<AdaptiveImage> adaptiveImageProperty)
Parameters
Type |
Name |
Description |
PropertyBlock<AdaptiveImage> |
adaptiveImageProperty |
|
Returns
GetImageConstraints(PropertyBlock<SingleImage>)
Gets all image constraints for the image property.
Declaration
public static ImageConstraints GetImageConstraints(this PropertyBlock<SingleImage> singleImageProperty)
Parameters
Type |
Name |
Description |
PropertyBlock<SingleImage> |
singleImageProperty |
|
Returns