The description relative to the attached attached document content.
The id of the attached document.
The mime type of the attached document.
Available types are (not comprehensive):
Depending on your DMU provider, more or less types may be available.
The name of the attached document.
The security tags of the document.
The url of the attached document. If empty, then the attached document has no URL.
Any attached document with a URL will NOT be retrieved.
The AttachedDocumentInfoInterface interface is used to store properties about any attached document linked to a
part instance.The AttachedDocumentInfoInterface is retrieved when using a InstanceMetadataInterface.getAttachedDocumentInfos i.e. when the metadata attached to a
part instanceare retrieved. The actual data (binary or not) will be retrieved by using the DocumentContentGetterInterface.NB : Any attached document with a URL will NOT be retrieved, as the developer should know how to handle URLs.
The following code snippet allows a browser user to "download" the content of an AttachedDocumentInfoInterface by the DocumentContentGetterInterface. Such a code may be triggered while receiving the DocumentContentGetterInterfaceSignal.DocumentContentReady of the DocumentContentGetterInterface.
Please refer to the DocumentContentGetterInterface for more information.
See