FileManagerImages.FolderLocked Property
Gets the settings that define the image displayed within the locked folder.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties FolderLocked { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
If the AllowedFolder
property is set to SpecificOnly
, the file upload is available only for the folder specified by the AllowedFolderPath
property. The other folders are locked for upload. You can specify the image for locked folders via the FolderLocked
property.
Note
Since the Allowed
and Allowed
properties are now obsolete, you should use the FileAllowed
and Allowed
properties are still in effect, but they have a lower priority than Access
property.