Determines the implementation method for tracking Image Browser throttles.
| C# |
public enum ThrottleStateMethodType
| Member | Description |
|---|---|
| ViewState |
ViewState is used to track thresholds.
|
| Session |
Session state is used to track thresholds.
|