GetObjectStoringLocation
ILinkEmbedController.GetObjectStoringLocation 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.
public LinkEmbedDecision GetObjectStoringLocation(int id, byte[] entityData, string semanticName,
string contentType, string recomendedExtension)
Parameter | Type | Description |
---|---|---|
id | Int32 | Object id. This id is saving operation-wide unique. |
entityData | Byte[] | Object binary data. This parameter can be null, if object binary data is not generated yet. |
semanticName | 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 | String | MIME type of object. |
recomendedExtension | String | File name extension, recommended for this MIME type. |
Return Value
Decision
See Also
- enum LinkEmbedDecision
- interface ILinkEmbedController
- namespace Aspose.Slides.Export
- assembly Aspose.Slides