GetEntity()

IExternalResourceResolver::GetEntity(System::String) method

Maps a URI to an object containing the actual resource.

virtual System::SharedPtr<System::IO::Stream> Aspose::Slides::Import::IExternalResourceResolver::GetEntity(System::String absoluteUri)=0

Arguments

ParameterTypeDescription
absoluteUriSystem::StringAbsolute URI to the object.

Return Value

A System::IO::Stream object or null if resource cannot be streamed.

See Also