Interface IBlobUriResolver
Can be implmented by a Content
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IBlobUriResolver
Methods
ListVersionsForBlobUris(IEnumerable<Uri>)
Should return all references to all versions that has a reference to specified blob uris.
Declaration
IEnumerable<BlobUriReference> ListVersionsForBlobUris(IEnumerable<Uri> blobUris)
Parameters
Type | Name | Description |
---|---|---|
System. |
blobUris | The blob uris to check versions for |
Returns
Type | Description |
---|---|
System. |
A list of versions referencing the uris |