IBinaryDataStorageExtension Members
If implemented by a class, provides a separate storage for the document binary data.Methods
Name | Description |
---|---|
Append(String, Stream) | Obsolete. Appends an entry to the binary data storage. |
Clean(IEnumerable<String>) | Removes all data from the storage. |
Create(Stream) | Creates a new binary data storage entry. |
Delete(String) | Deletes the specified entry from the storage. |
LoadBytes(String) | Returns a byte array containing the specified piece of binary data. |
LoadStream(String) | Returns a stream containing the specified piece of binary data. |
See Also