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