ILinkEmbedController

ILinkEmbedController interface

回调接口,用于确定在保存期间应如何处理对象。

public interface ILinkEmbedController

方法

姓名描述
GetObjectStoringLocation(int, byte[], string, string, string)确定对象的存储位置。 对每个对象 ID 调用一次此方法。 不能保证不会有两个对象具有相同的数据,semanticName 和 contentType 但具有不同的 id。
GetUrl(int, int)返回外部对象的 URL。 如果String,则始终调用此方法)返回Link如果GetObjectStoringLocation返回Embed但嵌入是不可能的。 可以为同一个对象 ID 多次调用。
SaveExternal(int, byte[])保存外部对象。

也可以看看