OutlookStorageGetStreamBytes Method

Gets the data in the specified stream as a byte array.

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
public byte[] GetStreamBytes(
	string streamName
)

Parameters

streamName  String
Name of the stream to get data for.

Return Value

Byte
A byte array containg the stream data.

See Also