Gets a public media url, that takes the specified resizing options into account
Namespace: Composite.Core.RoutingAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
string GetResizedImageUrl( string storeId, Guid mediaId, ResizingOptions resizingOptions ) |
Visual Basic |
---|
Function GetResizedImageUrl ( _ storeId As String, _ mediaId As Guid, _ resizingOptions As ResizingOptions _ ) As String |
Visual C++ |
---|
String^ GetResizedImageUrl( String^ storeId, Guid mediaId, ResizingOptions^ resizingOptions ) |
Parameters
- storeId
- Type: System..::..String
The store id.
- mediaId
- Type: System..::..Guid
The media id.
- resizingOptions
- Type: ResizingOptions
The image resizing options.
Return Value
[Missing <returns> documentation for "M:Composite.Core.Routing.IResizableImageUrlProvider.GetResizedImageUrl(System.String,System.Guid,Composite.Core.WebClient.Media.ResizingOptions)"]