Interface IBinaryStorable
Interface that defines a storage container and a pointer to the stored binary data
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
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 |