OutlookStorageGetStreamBytes Method |
Gets the data in the specified stream as a byte array.
Namespace:
FileHold.DocumentRepository
Assembly:
FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntaxpublic byte[] GetStreamBytes(
string streamName
)
Parameters
- streamName
- Type: SystemString
Name of the stream to get data for.
Return Value
Type:
ByteA byte array containg the stream data.
See Also