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