London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IBinaryStorable

Interface that defines a storage container and a pointer to the stored binary data

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public interface IBinaryStorable

Properties

BinaryData

Binary data

Declaration
Blob BinaryData { get; set; }
Property Value
Type Description
Blob

BinaryDataContainer

A container to store binary data

Declaration
Uri BinaryDataContainer { get; }
Property Value
Type Description
System.Uri

Extension Methods