CmsEncapsulatedContent
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public class CmsEncapsulatedContent extends CustomPackage
Represents a signed content container, consisting of a content type identifier and the content itself.
| Method | Description |
|---|---|
| getContentType() | Gets the object identifier uniquely specifies the content type. |
| getContentRawData() | Gets the raw data of content info. |
public final Oid getContentType()
Gets the object identifier uniquely specifies the content type.
Returns: Oid - The object identifier uniquely specifies the content type.
public final byte[] getContentRawData()
Gets the raw data of content info.
Returns: byte[] - The raw data of content info.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.