ILinkEmbedController

ILinkEmbedController interface

Callback interface used to determine how object should be processed during saving.

public interface ILinkEmbedController

Methods

NameDescription
GetObjectStoringLocation(int, byte[], string, string, string)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.
GetUrl(int, int)Returns an URL to an external object. This method always called if GetObjectStoringLocation returned Link and may be called if GetObjectStoringLocation returned Embed but embedding is impossible. Can be called multiple time for same object id.
SaveExternal(int, byte[])Saves external object.

See Also