ImagesGetImageURL Method (Int32, Int32)

Provides the URL for an image thumbnail.

Namespace: BBNCExtensions.API.Images
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract string GetImageURL(
	int ImageId,
	int ThumbSize
)

Parameters

ImageId
Type: SystemInt32
The ID of the image.
ThumbSize
Type: SystemInt32
The width in pixels of the thumbnail image.

Return Value

Type: String
A valid URL for requesting the specified thumbnail image from the site.