PerformanceOption (Type)

Optimization setting controlling cache invalidation for page indexes and custom elements.

Based On:

Enumeration

Possible Values:

Value Display Value Description
0 Author Optimize for authoring.
1 Read/Edit Optimize for editing (existing content) and reading.
2 Read/Author Optimize for authoring (new and existing content) and reading.
3 Read Optimize for read.
4 Custom Best performance, no automatic updates.

Error Message:

Must be a valid performance option (0-4 or one of 'author','read/edit','read/author','read', or 'custom').