CustomizationType enum
Indicates the customization-type. Customization-type is System if is system generated or by default. Customization-type is Inherited if the existing workitemtype of inherited process is customized. Customization-type is Custom if the newly created workitemtype is customized.
Fields
System = 1 | Customization-type is System if is system generated workitemtype. |
Inherited = 2 | Customization-type is Inherited if the existing workitemtype of inherited process is customized. |
Custom = 3 | Customization-type is Custom if the newly created workitemtype is customized. |