powered by CADENAS

Manual

Manual

2.2.8.5.1. Key "IgnoreCheckinAttributes00"

The attributes in this list will be ignored when a native checkin is performed. Supports regular expressions.

Examples:

  • To exclude attributes:

    IgnoreCheckinAttributes00=CNSDENSITY,NB,length_[0-9]+

  • To exclude all attributes except:

    IgnoreCheckinAttributes00=^(?!(MIDENT|NB|length_[0-9]+)$).+$