Public Methods
Name | Description | |
---|---|---|
![]() |
AccessContentStream | Obtains read access, via an input stream, to the content data of a content element associated with this document or annotation. 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. An error occurs if the parameter specifies an invalid index, no content elements exist on this document or annotation, or the content element is not a object. |
![]() |
ChangeClass | Changes the class of a Content Engine object. The new class must already exist and both it and the original class must be subclasses of the same base class. The method does not modify the security for an object, even if the object's current security is derived from the default security for its source class. For the object's user-defined properties, the following rules apply:
When the class of a document object is changed, the default document lifecycle policy of the new class will only be applied to the document object's
|
![]() |
MoveContent | Moves the content data of an object to a new storage area. |