M-Files API 23.11.13135.0
MFAutomaticValueType Enumeration
Description
Available automatic value types.
Members
MemberValueDescription
MFAutomaticValueTypeAutoNumberSimple3Simple automatic numbering: the last used value and an increment. Calculated once.
MFAutomaticValueTypeCalculatedWithPlaceholders1Simple concatenation of properties: A string with property definition placeholders, such as 'PROPERTY_1000 - PROPERTY_1001'.
MFAutomaticValueTypeCalculatedWithVBScript2Calculated value (VBScript): The VBScript code calculates the value.
MFAutomaticValueTypeNone0No automatic value.
MFAutomaticValueTypeWithVBScript4Customized automatic numbering (VBScript): The VBScript code produces the automatic number. Calculated once.