Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Interface IBinaryStorable

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

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7
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