GetObjectStoringLocation()

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

ParameterTypeDescription
idint32_tObject id. This id is saving operation-wide unique.
entityDataSystem::ArrayPtr<uint8_t>Object binary data. This parameter can be null, if object binary data is not generated yet.
semanticNameSystem::StringSome 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.
contentTypeSystem::StringMIME type of object.
recomendedExtensionSystem::StringFile name extension, recommended for this MIME type.

Return Value

Decision

See Also