MagicCMS Documentation

Miniatura..::..GetMiniaturesInfoFromPath Method

Create a list of [MagicCMS.Core.MiniatuaInfo] from the images of a directory.

Namespace:  MagicCMS.Core
Assembly:  MagicCMS.4.5 (in MagicCMS.4.5.dll)

Syntax


public static List<MiniaturaInfo> GetMiniaturesInfoFromPath(
	string url,
	int width,
	int height
)

Parameters

url
Type: String
The URL.
width
Type: Int32
The width.
height
Type: Int32
The height.

Return Value

List of [MagicCMS.Core.MiniatuaInfo].