Maximum allowable new folders created per page view or session, depending on ThrottleStateMethod, in the Image Browser.
| C# |
public int MaxNewFoldersThrottle { get; set; }
This throttle controls the number of new folders a user
can create in one user session. The New Folder button disables when the
count is reached. The ThrottleStateMethod determines
how the counter is implemented.
The default is 2.