GetObjectStoringLocation()
Contents
[
Hide
]ILinkEmbedController::GetObjectStoringLocation(int32_t, System::ArrayPtr<uint8_t>, System::String, System::String, System::String) method
Determines where object should be stored. This method is called once for each object id. It is not guaranteed that there won’t be two objects with same data, semanticName and contentType but with different id.
virtual LinkEmbedDecision Aspose::Slides::Export::ILinkEmbedController::GetObjectStoringLocation(int32_t id, System::ArrayPtr<uint8_t> entityData, System::String semanticName, System::String contentType, System::String recomendedExtension)=0
Arguments
Parameter | Type | Description |
---|---|---|
id | int32_t | Object id. This id is saving operation-wide unique. |
entityData | System::ArrayPtr<uint8_t> | Object binary data. This parameter can be null, if object binary data is not generated yet. |
semanticName | System::String | Some short text, describing meaning of object. Controller may use this as a part of external object name, but it is up to dispatcher to ensure that names will be unique and contain only allowed characters. |
contentType | System::String | MIME type of object. |
recomendedExtension | System::String | File name extension, recommended for this MIME type. |
Return Value
Decision
See Also
- Enum LinkEmbedDecision
- Typedef ArrayPtr
- Class String
- Class ILinkEmbedController
- Namespace Aspose::Slides::Export
- Library Aspose.Slides