Obtains read access, via an input stream, to the content data of this ContentTransfer object. If content data is not present in the object’s property cache, it will be fetched from the server. The Content Engine will not automatically close the stream after access has finished; unless you want the stream to remain open, your application should close the stream after it has finished reading the content data.


Namespace: FileNet.Api.Publishing
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Function AccessContentStream() As Stream
C#
Stream AccessContentStream()
C++
Stream AccessContentStream() abstract 
J#
Stream AccessContentStream()
JScript
function AccessContentStream() : Stream

Return Value

A Stream object for reading content data.

See Also