${core:getCaptureLevel()}

Gets the current capture level.

Will be one of:

  1. null - No capture in progress
  2. page - Fastest: capturing page meta data only.
  3. meta - Capturing page and content meta data, but no body content.
  4. body - Capturing page and content meta data as well as all body content.

Example

${core:getCaptureLevel()}

Function Information

Function Class: com.semanticcms.core.taglib.Functions
Function Signature: java.lang.String getCaptureLevel()
Display Name: None