ImageGalleryExtension.BindToFolder(String) Method
In This Article
Binds the ImageGallery to the folder specified by its name.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ImageGalleryExtension BindToFolder(
string imageSourceFolder
)
#Parameters
Name | Type | Description |
---|---|---|
image |
String | A string specifying the path to the folder that contains images. |
#Returns
Type | Description |
---|---|
Image |
An extension object. |
See Also