The IContentTransfer type exposes the following members.
Methods
Type | Name | Description |
---|---|---|
![]() | AccessContentStream |
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.
|
![]() | Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) |
![]() | GetClassName |
Returns the name of the class from which this object is instantiated.
(Inherited from IEngineObject.) |
![]() | GetConnection |
Returns a Connection object that represents a logical connection to the
FileNet P8 domain.
The returned Connection object is used as input to methods such as
factory instantiation methods.
(Inherited from IEngineObject.) |
![]() | GetObjectStore |
Returns a reference to the object store to which this object is persisted.
(Inherited from IRepositoryObject.) |
![]() | GetSuperClasses |
Returns a String array specifying the names of the superclasses of the
class from which this object is instantiated.
(Inherited from IEngineObject.) |
![]() | SetCaptureSource |
Specifies an input stream as the source of content data for this ContentTransfer object.
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 once all of the content data has been read by the
server. The stream can safely be closed after you have added this ContentTransfer object to the
ContentElements collection of a document or annotation and called that object's Save method.
|