GetUrl()

ILinkEmbedController::GetUrl(int32_t, int32_t) method

Returns an URL to an external object. This method always called if ILinkEmbedController::GetObjectStoringLocation returned LinkEmbedDecision::Link and may be called if ILinkEmbedController::GetObjectStoringLocation returned LinkEmbedDecision::Embed but embedding is impossible. Can be called multiple time for same object id.

virtual System::String Aspose::Slides::Export::ILinkEmbedController::GetUrl(int32_t id, int32_t referrer)=0

Arguments

ParameterTypeDescription
idint32_tObject id. This id is saving operation-wide unique.
referrerint32_tid of referrencing object or 0, if object is referrenced by the root document. May be used to generate relative link.

Return Value

Url of external object or null if this object should be ignored.

See Also