ToggleOverload List

Type NameDescription
Public methodAccessContentStream()()()
Obtains read access, via an input stream, to the content data of this ContentTransfer object. The content data is fetched from the server. The Content Platform 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.
Public methodAccessContentStream(Int32)
Obtains read access, via an input stream, to the content data of a ContentTransfer content element associated with this document or annotation. The content data is fetched from the server. The Content Platform 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. An error occurs if the element parameter specifies an invalid index, no content elements exist on this document or annotation, or the content element is not a ContentTransfer object.
(Inherited from IDocument.)

ToggleSee Also